This is a simple JS Project With Webpack and Hot Reloading, intended for development only.
You can run these commands in the project directory
Runs the project in dev mode. Open http://localhost:9000 to view it in the browser. The page will reload if you make edits.
Lists lint errors.
Fixes the lint errors.
If you make edits to the template.html
file, the HotModuleReplacementPlugin
does not detect changes so you need to do a manual refresh. Feel free to fix this in a PR 😅