Boilerplate written in ES6 for building scalable, reactive applications. The stack is as follows:
- React: For rendering views
- React Router: for managing routes
- MobX: App state manager
- Webpack: Module bundler
- Express: Middleware for Node
- Node.js: For the server
- git clone this repo
- npm install
- npm start
- none right now, make suggestions on what I should add!