Skip to content

kesobyte/nodejs-homework

 
 

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 install — install all the dependencies
  • 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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%