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"