'dev' mode - casperiv0/snaily-cadv3 GitHub Wiki
⚠⚠ For developers only! ⚠⚠
How to enable 'dev' mode
Server
- Create a
.envfile in theserverfolder - Add the following to the file:
CLIENT_URL: the URL where the client is hosted, EGCLIENT_URL="http://localhost:3000"IS_DEV: boolean EG:IS_DEV=true
Client
- Create a
.envfile in theclientfolder - Add the following to the file:
REACT_APP_SERVER_URL: the URL where the server is hosted, EGREACT_APP_SERVER_URL="http://localhost:3030"REACT_APP_IS_DEV: boolean EG:REACT_APP_IS_DEV=true