Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ⚛️ 🌎

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=
```