Skip to content

lopezjurip/express-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Starter

Express.js starter project with debugging enable.

wercker status

Development

Clone this repository:

git clone https://github.com/mrpatiwi/express-starter.git

Setup

Make sure you have installed Node 5.x.

Install global dependencies:

npm install -g node-inspector nodemon opn-cli

Install project dependencies:

npm install

Running

Start the development server on http://localhost:3000 with:

npm run debug

Running without debugging enabled:

npm start

Testing

Run all test located in test/ with:

npm test

About

Express.js starter project with debugging enabled.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published