Skip to content

nikitos19/Planner

 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 70.3%
  • CSS 18.7%
  • HTML 11.0%