Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 900 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 900 Bytes

Blockchain OTC Market - Client

Setup

Requirements

The following node packages or their dependencies uses native libraries:

Please take care for the dependencies of the build tool node-gyp.

Development

# install dependencies
$ npm install

# serve with hot reload at localhost:8080
$ API_URL=http://localhost:3000/api/v1/ npm run dev

Production

# build for production with minification
API_URL=http://localhost:3000/api/v1/ npm run build

# build for production and view the bundle analyzer report
API_URL=http://localhost:3000/api/v1/ npm run build --report