Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For this semester, we do not set up a test server, but only local/dev environment (laptop) and production server.

To run the code in the development server, which uses the environment variable in the .env.development file, run npm start;

To run the code in the production server, which uses the environment variable in the .env.production file, run npx serve -s build;

To know how to deploy React web app onto AWS server, read this doc below

...