1.0.2 • Published 8 years ago

boiler-js v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

boiler.js

boiler.js is a hassle-free scalable web application scaffolder that uses MongoDB, Express, React, and Passport.

Features

-Isomorphism

-Fast intuitve easy web scaffolding

Installing

$ npm install -g boiler-js

Getting Started

Run boiler in any directory, and you will be prompted for the name of your project, and what directory to put it in. The directory name defaults to the project name.

$ boiler
  Application Name myapp
  Directory (myapp)
  Copying...
  Populating...
  Done.
$ cd myapp
$ npm i

Then, you can run the server in development. (deployment not yet supported)

$ npm start