*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
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
...