maiah / boot

Bootstrap application for your network services applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bootstrap application for your network services applications.


Languages

Language:JavaScript 100.0%