About
August 23, 2016 ยท View on GitHub
This directory contains a client-side app of the support-service app.
Features
- ES6 via babel
- Server-side rendering
- Prefetch via
redialandsuperagent Mobxandmobx-store
Basic Packages
- react
- react-router
- react-dom
- mobx
- mobx-react
- mobx-store
- redial
- superagent
Quick start
Go to this directory and type in your console:
npm install
npm run dev
Server-side rendering
Server-side rendering works only with builded app. To build app type:
npm run build
And then run the server:
npm run server