/mpharma-test

Primary LanguageJavaScript

Mpharma Inventory System

Project Details

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installation

The first step to running locally is downloading the code by cloning the repository

git clone git@github.com:casprine/mpharma-test.git

Enter mpharma-test directory

cd mpharma-test

Install dependencies

yarn install

Start local server on localhost:3000

yarn start

Proposed Folder Structure

mpharma-test/
├── public                      # Has the html
├── src
    ├── actions                 # redux actions
    ├── reducers                # redux reducers
    ├── App.js                  # Main application entry file
    └── store.js                # redux stores