Home

Awesome

Mithril / Webpack / Typescript / SASS Example

This repo has 3 branches. Use git checkout [branchname] to use one of the following:

Note that each branch has different dependencies, so you may need to re-run npm install when switching branches.

Installation:

npm install

Recommended:

Start:

npm start

Then go to http://localhost:3000/ in your browser.

Build minified

npm run build

Outputs to the public directory.

References