Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 338 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 338 Bytes

Isomorphic demo app

Installation (development)

  1. npm install
  2. cp etc/client-config.json.sample etc/client-config.json (by default connect to production REST API)
  3. npm run server
  4. npm run devserver (in another terminal, and wait until build is ready)
  5. open http://localhost:3001