This is a very simple React App (bootstrapped with Create React App) meant to be used with the backend created in https://github.com/superluminar-io/sac-workshop.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Attention: You have to provide a prefix via the PREFIX environment variable, in order to create a universally unique bucket.
make deploy
will then:
- create a S3 Bucket on the first run
- build the app
- upload the static files to the S3 Bucket
- output the URL where the App can be reached