Using webpack, eslint, and jest, save the hustle of setting up Mithril project
This Project is to be used with vscode and Live Server plugin
this is for javascript only
To run this:
npm install
npm run start
Then open Live Server
Also:
To build project:
npm run build
To check eslint:
npm run lint
To check and fix eslint:
npm run lintfix
To run test with jest:
npm run test