This project is part of a mini-project assigned to learn React + Rails. This project works as frontend for the Rails API backend project in the repository here. This app will be used for doing CRUD operation. This app is currently deployed here. Please feel free to contribute to this project.
Run the following commands to install necessary dependencies.
# install dependencies
$ npm install
Change your current branch to local
as it contains URLs for running the app locally. To start the server on localhost run the command below. The server will start on port 3000.
$ yarn start
or
$ npm start