GitHunt
CO

Boilerplate for node apps using webpack, express, gulp, material-ui, pug, passport

VAPOR

Boilerplate for Node apps

DO NOT USE YET!

Features

  • Node
  • React
  • Gulp
  • Webpack
    • enabled with Hot Reloader
    • configured for ES5 & ES2015
    • allows for multiple entry points
  • Passport Authentication
  • MongoDB and MongoURI
    • Ready for Heroku..just push and add addon Mongo Lab
  • Pug Templating Engine
  • Material UI
  • Bootstrap Framework
  • ESLinter following AirBNB Style guide, also allows for ES2015 linting.
  • Extra NPM Packages I use frequently
    • Axios
    • Babel
    • SuperAgent
    • dotEnv
    • mongoose
    • ReactDOM
    • Redux
    • ...and more

Directions

  1. Clone Repository
  2. cd into repo & NPM Install
  3. Enter the name of the db in config/db
  4. NPM Run Build (make sure mongo is running)
  5. fire up localhost:3333
  6. Add awesome features and submit a pull request!

Contributors

Created July 27, 2016
Updated July 29, 2016
colorindarkness/VAPOR | GitHunt