This directory contains a client-side app of the support-service app.
- ES6 via babel
- Server-side rendering
- Prefetch via
redial
andsuperagent
Mobx
andmobx-store
- react
- react-router
- react-dom
- mobx
- mobx-react
- mobx-store
- redial
- superagent
Go to this directory and type in your console:
npm install
npm run dev
Server-side rendering works only with builded app. To build app type:
npm run build
And then run the server:
npm run server