Skip to content

Franzsii/bc13_w11d2_workshop_full-stack-deployment-front-end-callum-fran-room-7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping List Frontend For Practicing Deployment

Note: Have your back end deployed from the other repo first so that you have your API URL ready to provide as an environment variable for your front end.

When deploying the front end:

  • Make sure you set the REACT_APP_BACKEND_URL environment variable in the deployment settings (because at build time, the build process will take the values available in the environment where the platform is running your code and inject/hard code them into the generated files, just like our .env does for us locally).
  • Have a look at the typical build settings (for a typical project folder structure): https://docs.netlify.com/configure-builds/common-configurations/#create-react-app

About

bc13_w11d2_workshop_full-stack-deployment-front-end-callum-fran-room-7 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.4%
  • CSS 14.8%
  • HTML 11.8%