These instructions will get you a copy of the project up and running on your local machine.
Once you have satisfied the prerequisites, follow these steps to install the project.
- Clone the repo to your local machine
$ git clone https://github.com/MichaelGreco7/React-Database-Practice.git
$ cd React-Database-Practice
- Install npm dependencies
$ npm install
- Open a new window or tab in your terminal, navigate to the root folder again, and start the frontend server
$ npm start