/mithril-ts

Mithril Typescript Webpack template.

Primary LanguageHTML

Mithril + Typescript + Webpack Template

Setup

Requirements: Node.js, yarn/npm, git

Clone this repository: git clone https://github.com/rasmusmerzin/mithril-ts-template template
or degit: npx degit rasmusmerzin/mithril-ts-template template

Change directory: cd template

Install node modules: yarn or npm install

Start webpack bundler: yarn watch or npm run watch

To view open ./public/index.html in your browser
or start web server with yarn serve or npm run serve and navigate tohttp://localhost:5000