Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 652 Bytes

File metadata and controls

18 lines (13 loc) · 652 Bytes

README

This project was bootstrapped with Create React App.

Environment Set Up on OSX

Install React

In your terminal run $ npm install -g create-react-app.

Create a Project Folder. Clone this Repo into it and Install the Following Libraries

npm install --save prop-types

npm install --save react-router-dom

npm install --save axios

npm install --save react-icons

npm install --save react-bootstrap

Start your Local Server by Running: $ npm start

Open the Project in your Browser at http://localhost:3000