Please fork this repository to complete your homework assignments (2-6). Forking will create a repository on your http://github.com account.
npm start
— starts the server in production mode.npm run start:dev
— starts the server in development mode.npm run lint
— runs eslint to check the code. Make sure to execute this before each PR and fix all linting errors.npm lint:fix
— same as the previous command but fixes simple linting errors automatically.