boiler.js is a hassle-free scalable web application scaffolder that uses MongoDB, Express, React, and Passport.
-Isomorphism
-Fast intuitve easy web scaffolding
$ npm install -g boiler-js
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