Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 611 Bytes

README.md

File metadata and controls

54 lines (34 loc) · 611 Bytes

About

This directory contains a client-side app of the support-service app.

Features

  • ES6 via babel
  • Server-side rendering
  • Prefetch via redial and superagent
  • Mobx and mobx-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