Skip to content

nchejara/express-web-project-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-web-project-structure

Simple express web project structure for beginner

Installation & start server

$ npm install
$ npm start

Run sample test

$ mocha -R spec test/home-spec.js
//on windows
//node_module\.bin\mocha -R spec test\home-spec.js

About

basic express web project structure for beginner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published