Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.06 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.06 KB

react-app-frontend

Sample app created with Create React App and used for my tutorial Building a Serverless Web App with AWS Services.

I took this React CRUD boilerplate and removed all the non-essential functionality, the API mock calls, and upgrade all dependencies to their latest versions. All credit for the app goes to Aries McRae.

You'll need to have Node.js installed and an API to create/read/update/delete courses and authors, as described in the article.

In the server directory you can find a sample API made with Nojde.js and Express to test the app locally. Just execute npm install to install the dependencies and start the server with npm start. Change the API URL in src/api/serverUrl.js to http:localhost:4000 or whatever your server is deployed.

License

MIT