Description | Technologies | How To Use
- A simple app made to visualize patients data and show their details
- ReactJS
- Typescript
- React Router Dom
- SASS
- And some other packages...
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!