Skip to content

Just an express starter I made to save peoples time

Notifications You must be signed in to change notification settings

devzeal/ExpressStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to start a node project (For those that dont know)

npm init

Its gonna ask you questions make sure you fill out the name to what you like and author to you

npm install express

This installed express!

Now you have one last step!!

npm run start

-This is a shorter way of starting the app