Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 530 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 530 Bytes

Poloniex - Bitcoin/Digital Asset Exchange.

Build Status

Installation

Clone remote repo to your PC and follow to the newly folder using next commands:

git clone git@github.com:badimalex/poloniexReactApp.git
cd poloniexReactApp
yarn install

Run in development mode:

yarn run dev

Build production files (dist/bundle.js, dist/styles.css)

yarn run build:prod