Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 765 Bytes

File metadata and controls

34 lines (30 loc) · 765 Bytes

Full stack Start Kit

Features

  • Node
  • React
  • 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
  • EJS Templating Engine
  • 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!