Source code for AWS course
-
Install dependencies:
yarn installornpm install -
Assign correct backend addreess to
REACT_APP_SERVER_URLenvironment variable in.envfile avoiding trailing slash. -
Build:
yarn buildornpm run build -
Clone Online Store Backend repo and follow instructions