- webpack
- docker
- heroku
- ESLint
- precommit
- audit
- WebSocket
npm install— installation of dependencies,npm run build— build statics for deploymentnpm run serve— run the server (express) for development (http: // localhost: 4200 /)npm test— testing, Jest librarynpm run lint— check TS stylenpm run lint:scss'— check SCSS style
heroku container:rm web'npm run deploy'