This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

node-bootstrap

0.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i node-bootstrap

Weekly Downloads

2

Version

0.1.2

License

none

Last publish

Collaborators

  • ltoussaint