Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 268 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 268 Bytes

starter-express

A ready to use express web app for fast prototyping, or debugging.

Usage

git clone https://github.com/brunoscopelliti/starter-express.git
cd starter-express
npm install
npm start

Use npm run start:debug to start a debugging session.