Stoclytics

A Sample javascript user interface framwework which displays stocks information using React for component rendering and Redux for state management.

Getting Started

Requirements

 git > v2.0.0  node > v6.0.0  npm > v5.0.0

Installation

git clone https://github.com/girdharmalhotra/stoclytics.git     # clone repository
cd ./stoclytics                                                 # change to root dir
npm install                                                     # fetch dependencies

Scripts

Run package scripts for builds, tests, development server, etc.

Command (npm run) Description
serve Start the App in the Dev Environment.
serve:dist Start the App in an Production ready state.
start Start the App in the Dev Environment.