The idea is to demonstrate how to to build a CRUD application with facebook's ReactJS.
- Before this you will have to configure the backend API i developed with nodeJS at https://github.com/arman37/CRUD_NodeJS
- Clone the project from git.
- Go to 'CRUD_ReactJS' directory.
- Run
yarn
ornpm install
. - Run
npm start
.
Application will start at http://localhost:8080.
If you like the project, shoot a ๐ and feel free to fork & send PR anytime.