Skip to content

d-w-arnold/dwa-website-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

$REACT_APP_API=<API_Gateway_URL>