Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

zuzak/express-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express app skeleton

Build Status

Click here to fork this repository

This is a skeleton for a node.js web application, using express and jade.

It also includes a sane configuration file mechanism with the help of convict, and contains a ready-to-extend travis test suite utilising mocha.

Usage

  1. Fork this repository..
  2. git clone the repository to your workspace.
  3. Edit the package.json file by adding a name.
    {
        "name":"sandbox",
        "version":"0.0.1",
        ...etc
    }
  4. Edit LICENSE appropriately.
  5. Run npm install to pull in the dependencies.
  6. Run npm start to run the web server.
  7. Run npm test to run the test suite.
  8. Set up automated testing by visiting your travis profile.
  9. Replace this README.md with something appropriate to your project.

About

A springboard for express.js applications.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published