This is the frontend for the Medically Web App based on React and Typescript.
Please ensure you have a working version of Node.js (10+) installed on your system. You can install it from here.
Clone the repository using
git clone https://github.com/enyeInc/frontend-medically
Install all dependencies
npm install
Initialize app locally by running the following command from the project folder
npm run start