https://github.com/dev-saw99/healthrx
https://github.com/dev-saw99/healthrx
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-saw99/healthrx
- Owner: dev-saw99
- Created: 2020-08-27T14:10:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T14:37:22.000Z (almost 6 years ago)
- Last Synced: 2025-02-06T10:53:27.159Z (over 1 year ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HealthRX
## Dependencies
* ReactJS (Client)
Install ReactJS using node-package-manager (npm)
npm install -g create-react-app
## Build this project
Clone this repository using follwing command
git clone https://github.com/dev-saw99/HealthRX
Open a new terminal, navigate back to the book-store folder and run:
npm install
npm start
This will start react client.