- How to create
- GET npm
- signup aws
- create aws s3 bucket
- run this
npm install -g create-react-app
create-react-app reactfront
cd reactfront
git init
git commit -m "first commit"
git remote add origin https://github.com/{repo}
git push -u origin master- build - deploy automation, add .travis.yml
- Done!