Skip to content

badimalex/poloniexReactApp

Repository files navigation

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