A very simple seed to start a modern Single Page App development in no time
First use:
- npm install
- npm start
Next use:
- npm start
Before final deploy:
- npm run build
- profit?
To fully enjoy ESlint, please
- install the official VSCode "ESlint" extension
- add this to your VSCode settings:
//...
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
//...