Skip to content

Working First Release

Latest
Compare
Choose a tag to compare
@JRJurman JRJurman released this 10 Sep 16:04
· 71 commits to master since this 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"