Skip to content

buddhirangana/node-guided-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guided Project

  • Before starting to implement the Guided Project, we need to set up the required environment for the project. Below sections will guide you to set up the environment. If you have already installed them, you can skip the relevant sections.

Installing Node.js

Check whether Node.js and npm package manager is already installed by typing the following commands in the command line.

# Check the Node.js version
node -v

# Check the npm version
npm -v

If the above is not installed, download suitable Node.js package for your OS using the following link and install it.

Installing Dependencies

After completing the above installations, we must install the dependencies specified in the package.json files for the projects.

  • To install the dependencies of the backend, type the following command from the root of the project.
# Install the dependencies
npm install

About

Server-side Web Programming | Guided Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors