Skip to content

javascriptru/course-nodejs-project

Repository files navigation

Any shop

Source code for Node.js course project on learn.javascript.ru. See live demo.

Installation

For local development you need Node.js and MongoDB installed on your PC. Clone this repo and then:

npm install # install server dependencies
cd client/ && npm install && cd .. # install client dependencies
node fixtures/index.js # fill database
npm start # start server

If you want to work on client side code:

cd client/
npm start

Deployment

Command node index.js will start server that will serve content from public folder. In order to update public folder command npm run build should be executed. Production configuration stores inside production.env file (which is not part of this repo).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •