Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 432 Bytes

File metadata and controls

28 lines (18 loc) · 432 Bytes

CrptoBat - by Ming Yi, Persis, Ray, Soe Min

An automatic trading and insights platform.

View the demo site at cryptobat.

Planning done on Dropbox Paper.

Setup

Install dependencies

$ yarn install

Start react front-end

$ yarn start

Start express server back-end

$ yarn start:server