Skip to content

developmentil/express-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-project

Basic Node.js project layout with Express.js & Bootstrap.js.

Usage

$ git clone https://github.com/DevelopmentIL/express-project.git project-name
$ cd ./project-name
$ npm install
$ npm start

Go to http://localhost/ to see your project!

Project layout

.
├── app.js
├── bin
│   └── www
├── config
│   ├── default.js
│   ├── development.js
│   └── production.js
├── logs
├── package.json
├── public
│   ├── files
│   └── static
│       ├── css
│       │   └── style.css
│       ├── images
│       ├── js
│       └── libs
│           └── bootstrap-3.3
│               └── ...
├── routes
│   └── index.js
└── views
│   ├── error.jade
│   ├── html.jade
│   ├── index
│   │   └── index.jade
│   └── layout.jade
└── tmp

Configuration

All the configuration files is under ./config. Each environment has different configuration file.

License

express-project is freely distributable under the terms of the MIT license.

Copyright (c) 2015 Moshe Simantov

About

Basic layout for Express.js & Bootstrap.js project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published