Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 391 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 391 Bytes

Empty project template

Empty project with configured webpack, typescript and es-lint

Easy to use:

  • Download project files
  • Go to project root directory
  • Run npm i

Pre-defined npm scripts:

  • npm run build -> build project to the dist folder. Es-lint will be running before build.
  • npm run dev -> run webpack dev server and open browser
  • npm run lint -> run es-lint