mindyjones / react-frontend

this is react frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

this is react frontend

License:MIT License


Languages

Language:JavaScript 95.1%Language:HTML 4.8%Language:CSS 0.1%