A simple React app deployed onto AWS Amplify
App URL here
Install and configure AWS Amplify CLI here
Then, use the npm package manager to install node modules
npm install # installs node modules
In the project root directory, run this command:
yarn start # app starts at http://localhost:3000
In the project root directory, run this command:
amplify publish
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.