Source code for AWS course
-
Install dependencies:
yarn install
ornpm install
-
Assign correct backend addreess to
REACT_APP_SERVER_URL
environment variable in.env
file avoiding trailing slash. -
Build:
yarn build
ornpm run build
-
Clone Online Store Backend repo and follow instructions