Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 1.5 KB

README.md

File metadata and controls

66 lines (45 loc) · 1.5 KB

Pharma Inc.

Description   |    Technologies   |    How To Use      

📝 Description

  • A simple app made to visualize patients data and show their details

🚀 Technologies

⚙️ How To Use

To clone and run this application, you'll need [Git][git], [Node.js v14.15.0][nodejs] or higher + [Yarn v1.22][yarn] or higher installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/sameroso/pharmaInc.git

# Go into the repository
$ cd pharna

# Install dependencies
$ yarn install

# Run the app
$ yarn start

Or run with docker

# Clone this repository
$ git clone https://github.com/sameroso/pharmaInc.git

# Go into the repository
$ cd pharna

# For Development Mode
$ yarn dev

# For Production Mode
$ docker-compose -f docker-compose.prod.yml build
$ docker run -p 8084:80 --name react-app app-prod

Made with 💗 by Samer 👋 Get in touch!