Skip to content

React.js Local Development Setup

Oskar edited this page Aug 4, 2019 · 5 revisions

Client code was set up using create-react-app as a template.
Docs can be found here.

Running client side code takes a single command, npm run start as you are all set.
Code is served on this address: http://localhost:3000/

Clone this wiki locally