npm start
- start the dev servernpm run build
- create build indist
foldernpm run lint
- run an ESLint checknpm run coverage
- run code coverage and generate report in thecoverage
foldernpm test
- run all testsnpm run test:watch
- run all tests in watch mode