Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 330 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 330 Bytes

Node Starter Kit

This repo supports trainees building projects in Node and Express for the first time.

However you could just as easily do this and not bother cloning this project.

mkdir Node-Starter-Kit && cd Node-Starter-Kit
npm init -y
npm install express
touch readme.md && touch server.js && touch .gitignore