-
public deployment: http://tubalub.s3-website-us-east-1.amazonaws.com/
-
EC2 instance: https://904405935261.signin.aws.amazon.com/console
- (The instance needs to be running for both the deployment and local testing)
shell 1 - start server first:
cd server
npm install
npm start
shell 2:
export REACT_APP_EC2_ENDPOINT=<insert EC2 url>
cd client
npm install
npm start