install dependencies:
npm install --save
for unit tests
npm run test
to check eslint:
npm run lint
to auto fix eslint errors on all the project:
npm run lint:fix