Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 424 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 424 Bytes

microblog-react

demo

Welcome on board

getting started

  1. use [Node.js] v≥6
  2. install all dependencies thanks to yarn
  3. start dev server yarn start

available tasks

dev

  • tdd yarn watch
  • lint yarn lint
  • test and lint yarn test
  • build locally yarn build

deploy

  • to githubpages sh yarn deploy