Releases: Tram-One/tram-one-express
Releases · Tram-One/tram-one-express
Working First Release
v2.0.0 includes a functioning no-thrills release of tram-one-express.
There are no options or configurations, aside from setting the name of the app.
It includes the following strcuture
app-name/
├── README.md
├── elements
│ └── header.js
├── main.js
├── package.json
├── pages
│ ├── 404.js
│ └── home.js
├── public
│ ├── favicon.png
│ └── index.html
└── specs
├── header-spec.js
├── specs.js
├── testem.html
└── testem.yml
And has the following dependencies
"babel-preset-env": "^1.6.0",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"budo": "^10.0.4",
"testem": "^1.16.2",
"tram-one": "^1.4.1"