/WebBoiler

Boilerplate Repo to quickly start developing a react based web application.

Primary LanguageJavaScriptMIT LicenseMIT

Web Application boilerplate

The Repo contains boilerplate code to quickly start development on a new web application. The repo was derived from the ReactGo project ReactGo.

Tools:

  • Webpack
  • Babel (server side + client side)
  • eslint
  • Hot Module Replacement

Confiured Framework(s)

  • React
  • Redux
  • Express

Database Support

  • Mongo DB (Mongoose ODM)
  • SQL (Sequelize ORM)
  • In memory

Testing / Additional libraries

  • Karma - Configured with Mocha, Sinon and Babel
  • Material-UI

TODO

  • Code Coverage Graph
  • Jenkins Support (?)
  • Docker Scripts
  • Token Based API

Click here for README file for parent repo - ReactGo.