Skip to content

NodeJs is awesome programming language, I have learn it from 2014. Now I set up this repo, add some basic project component. This can speed up creating new project If I want to implement a new project with nodeJs

Notifications You must be signed in to change notification settings

exquisite2007/Node-Seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Seed

NodeJs is awesome programming language, I have learn it from 2014. Now I set up this repo, add some basic project component. This can speed up creating new project If I want to implement a new project with nodeJs

Install Nodejs This steps contain 2 importand command node and npm. npm init, this will automatically generate package.json

Install Express npm install express-generator -g
express PROJECT_NAME cd project directory and it will contain all related professional files.

Install dependency npm intall, this will install dependency package according file 'package.json'

About

NodeJs is awesome programming language, I have learn it from 2014. Now I set up this repo, add some basic project component. This can speed up creating new project If I want to implement a new project with nodeJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published