Skip to content

ltoussaint/node-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Bootstrap

Node-Bootstrap is a very light bootstrap to run node.js application as webserver. It provides basic routers and hooks to easily manage your application.

Node-Bootstrap is based on Promises.

Installation

Node-Bootstrap is simply the structure of your future project. It depends on Node-Bootstrap-core which contains all the libraries needed.

To install Node-Bootstrap and start working, just use the following commands.

git clone https://github.com/ltoussaint/node-bootstrap.git -b stable
cd node-bootstrap
npm install

After that, you just need to make your project reachable from your browser.

node app.js

After working on your project, you should need to define another repository.

git remote rm origin
git remote add origin [your_new_repository]

Licence

MIT

About

Simple bootstrap to start with nodejs

Resources

License

Stars

Watchers

Forks

Packages

No packages published