The client for RedHerring, run separately from the server
original repl
NOTE: You probably don't actually just want to run the client, see the RedHerring github repo for the full project
-
Run
yarn
to install all dependencies. This only needs to be run once (right after you pull from this repository). -
Create a .env file and add the line:
REACT_APP_SERVER_URL=/*Your server*/
Make sure to replace "Your server" with the url your RedHerring-server is running on.
-
Run
yarn start
to start the app (in debug mode, recommended for local use). If you want a release build useyarn build
(although you will need a little more setup to actually run it)