Skip to content

jjordy/gfas-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@jjordy/gfas-react

js-standard-style

lerna

CircleCI

Install

$ git glone https://github.com/jjordy/gfas-react

Requirements

  • node >= 8
  • npm >= 5
  • yarn >= 1.7

Contributing & Development Instructions

Install dependencies, and check to see it works

$ 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.