Skip to content

PankajMasiwal18/ExpressJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpressJS

All About ExpressJS

SetUp

1. Install Node.js

2. Create Folder ( example :- backend ) => project name should not contain any capital letter.

3. cd Folder

4. Create file app.js/index.js

5. ( in terminal ) => this cmd generate package.json file

npm init -y

6. Install express framework

npm i express

About

All About ExpressJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published