Welcome on board
- use [Node.js] v≥6
- install all dependencies thanks to
yarn
- start dev server
yarn start
- tdd
yarn watch
- lint
yarn lint
- test and lint
yarn test
- build locally
yarn build
- to githubpages
sh yarn deploy
Welcome on board
yarn
yarn start
yarn watch
yarn lint
yarn test
yarn build
sh yarn deploy