#Repo for social HU code
#Project Setup
npm install
npm start
Now go to http://localhost:3000 in your Web Browser
npm run test
npm run build
This will create bundled files in a folder called build. Now to deploy your code, run the following command
cd build
aws s3 sync . s3:://<your-bucket-name>