Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 967 Bytes

README.md

File metadata and controls

62 lines (35 loc) · 967 Bytes

Mithril Starter Project

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

Authors

Documentation

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

Video Tutorial

2023-09-20.11-29-23.mp4

License

MIT