Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-w-arnold/dwa-website-react
My React Website ⚛️ 🌎
https://github.com/d-w-arnold/dwa-website-react
about-me aws-amplify aws-api-gateway aws-cloudfront aws-lambda axios html-css javascript python-lambda react reactjs scss typescript website
Last synced: 9 days ago
JSON representation
My React Website ⚛️ 🌎
- Host: GitHub
- URL: https://github.com/d-w-arnold/dwa-website-react
- Owner: d-w-arnold
- Created: 2020-05-25T03:33:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T23:52:28.000Z (about 1 month ago)
- Last Synced: 2024-11-20T00:28:45.700Z (about 1 month ago)
- Topics: about-me, aws-amplify, aws-api-gateway, aws-cloudfront, aws-lambda, axios, html-css, javascript, python-lambda, react, reactjs, scss, typescript, website
- Language: SCSS
- Homepage: http://deltawhiskeyalpha.com
- Size: 18.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My React Website ⚛️ 🌎
Please go to the `/app` folder and run the following to install all the nessery npm modules:
### `npm install`
Then run the react app in the development mode with:
### `npm start`
Open http://localhost:3000 to view it in the browser - the web page will reload if you make edits.
To build this project for production:
### `npm run build`
The contact form works by sending JSON to an API Gateway, which then invokes an AWS Lambda function, the URL for this API Gateway is specified in `/app/.env`.
```dotenv
$REACT_APP_API=
```