This sample uses cookies so it does not work with Localhost. You must put a proxy in front of the sample to give it a TLS certificate and host on port 443.
-
Setup HTTPS proxy to http://localhost:3000
-
Copy and modify local development config
cp config/local-development.sample.js config/local-development.js
-
Install dependencies
yarn
-
Start app
yarn dev