build the project:
npm run buildstart the project:
npm startexample settings for VS Code(.vscode/settings.json):
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript", "typescript"
]
}