Home Health Medical Professional Locator (web App) https://homehealth.netlify.app
Repository for the Home Health Medical Professional Location Web App. Built with React.
Once the required tools have been installed, you can finally clone the project and begin setting it up for local development.
- Clone the project using the
git
command:
git clone <url>
- Download Node dependencies for React Application
Yarn
- Finally, to start the project:
npm start
NB: Migrations are ran automatically
You can then access the app at http://localhost:3000
By default, the project proxy api calls to https://localhost:5001 in development
Q:
A: