Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 337 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 337 Bytes

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