Skip to content

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

Notifications You must be signed in to change notification settings

IgorKonovalov/HTML-JS_boilerplate

Repository files navigation

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,

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published