As a developer I need my project set up with all dependencies installed etc.
AC
WHEN I open my project up, it should be set up and organized per the instructions listed in the link in the comment
AND it should have react-router-dom, reactstrap, axios, and prop-types installed
Development
Follow directions for setting up a React Project found in comments
npm install react-router-dom, reactstrap, react, react-dom, axios, and prop-types
User Story
As a developer I need my project set up with all dependencies installed etc.
AC
WHEN I open my project up, it should be set up and organized per the instructions listed in the link in the comment AND it should have react-router-dom, reactstrap, axios, and prop-types installed
Development