You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to make requests from your deployed client application, you will need to set CLIENT_ORIGIN in the environment (e.g. heroku config:set CLIENT_ORIGIN=https://.github.io).
8. Run the API server with npm start. If you want your code to be reloaded on change, you should npm install -g nodemon and use nodemon instead of npm start.
For development and testing, set the SECRET_KEY from the root of your repository using
The text was updated successfully, but these errors were encountered:
What's the status on this, @gaand and @payne-chris-r ? I'm updating the template, so I can make this change if we want it, or close the issue if we don't.
I don't really have an opinion.
(@gaand, to me, it just looks like moving secret key instructions into step 7 rather than having them below the list.)
In order to make requests from your deployed client application, you will need to set CLIENT_ORIGIN in the environment (e.g. heroku config:set CLIENT_ORIGIN=https://.github.io).
8. Run the API server with npm start. If you want your code to be reloaded on change, you should npm install -g nodemon and use nodemon instead of npm start.
For development and testing, set the SECRET_KEY from the root of your repository using
The text was updated successfully, but these errors were encountered: