mPharma Inventory

This is a simple React application to manage a list of products and their historical prices

Getting Started with mPharma Inventory

git clone https://github.com/agyen/mpharma-inventory.git

Clones project to current directory

cd mpharma-inventory

Change directory to mpharma-inventory

In the project directory, you can run:

npm install

To install all modules that are listed on package.json file and their dependencies

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.