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