Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 566 Bytes

File metadata and controls

27 lines (21 loc) · 566 Bytes

HTML-JS_boilerplate

Little boilerplate for creating simple web applications with convinience of hot reload

Please install all required dependencies with

npm install

Commands:

npm run build // build for production 
npm run dev // build for development
npm run lint // lints js files

Recommended for development:

npm run start // builds with hot reload of css/html/js

New tab in browser will be opened automatically on localhost:8080

It's recommended to use vsCode with EsLint plugin and option:

"eslint.autoFixOnSave": true,