This project was created with Create React App.
git clone https://github.com/ASteinheiser/iamandrew.io
cd iamandrew.io
nvm use
yarn
yarn start
yarn build
- The
build/
folder will have all the files for your site. Copy these wherever they need to go (S3 bucket for example).
Once you setup the pipeline, any time you push to master on your git repo, it will deploy a new build of your site. It reads the buildspec.yml
file and performs actions with the aws-cli.