/boot

Bootstrap application for your network services applications.

Primary LanguageJavaScript

boot

Bootstrap application to provide essential jumpstart for your Node.js secured network services type of applications.

This project provides the basic structure for your applications that require security and authentication.

Libraries

  • Koa and Co (Web framework that uses generators to avoid callback-hell)
  • Swig (HTML templating)
  • Browserify (Web frontend JavaScript modularization tool)
  • Watchify (Automatic fronted JavaScript reload)
  • Nodemon (Automatic server JavaScript reload)
  • React (soon...)

Installation

Fork or download this repository then run npm install

Run

$ npm start