0.0.1 • Published 6 years ago

sapien-v2-frontend v0.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

Sapien Frontend

SapienNetwork Frontend build on ReactJS + Apollo client

Install

yarn install-all # will install all the needed for development

Storybook

# serve the components at localhost:5000
yarn storybook

Develop

# serve the app at localhost:8080
yarn dev

Build

# build for production
yarn build

Lint

# lint all the things
yarn lint