Skip to content

How to start the universal server

Dmitrij Kuba edited this page Dec 21, 2016 · 2 revisions

Installation

  • cd modules/client
  • npm install

Serve

  • npm run start:universal to build your client app and start a web server

go to http://0.0.0.0:3000 or http://localhost:3000 in your browser

Clone this wiki locally