8000 GitHub - vckfnv/NodeJs: node js practice
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vckfnv/NodeJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJs

node js practice

Install Express Framework

  1. I'm using Visual Studio Code.
  2. Press Ctrl+` and make new terminal.
  3. this is general way to install NPM(Node Package Manager)
npm install
npm update 
npm init //produced package.json
  1. Let's make Framework!
npm install -g express-generator
express [projectname] --view=ejs // let's make ejs view
cd [projectname]
npm install
npm init
npm start

Install Nodejs

  1. Enter the website Link: Nodejs image
  1. Download 'LTS version', this would be stable version.

  2. to check if Nodejs installed right, go to cmd and enter 'node' image
    you can check the version and you can go inside of nodejs

  3. If you want to get out of nodejs, press Ctrl+C twice. image

About

node js practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0