Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 338 Bytes

Frontend workspaces

Monorepo repository powered by Yarn Workspaces and managed by Lerna Commands.

Run in development mode

$ yarn install
$ yarn start

Bundle for production mode

$ yarn install --production
$ yarn build