Skip to content

spacejack/mithril-webpack-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mithril / Webpack / Typescript / SASS Example

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

  • master Mithril, Webpack, Typescript, SASS
  • postcss Mithril, Webpack, Typescript, PostCSS
  • sass-postcss Mithril, Webpack, Typescript, SASS & PostCSS

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

Installation:

npm install

Recommended:

  • editorconfig VSCode extension
  • eslint VSCode extension
  • tslint VSCode extension
  • stylelint VSCode extension

Start:

npm start

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

Build minified

npm run build

Outputs to the public directory.

References

About

Mithril, Webpack, Typescript, SASS Starter Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published