$ git glone https://github.com/jjordy/gfas-react
- node
>= 8
- npm
>= 5
- yarn
>= 1.7
$ yarn install # Install project dependencies via yarn and lerna
$ yarn run dev # Development via storybook @ localhost:9001
While developing, you will probably rely mostly on npm run dev
; however, there are additional scripts at your disposal:
npm run <script> |
Description |
---|---|
dev |
Run the dev command in all projects with lerna and run storybook project localhost:9001 |
test |
Run all package test via lerna exec |
build |
Build Production Library. |