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.