Skip to content

Mayotopia04/nodejs-homeworks

 
 

Repository files navigation

GoIT Node.js Course Template Homework

Please fork this repository to complete your homework assignments (2-6). Forking will create a repository on your http://github.com account.

Explanation Recording to handle homeworks in the Node.js Block

Watch the video

Commands:

  • 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.