Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 585 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 585 Bytes

Requirement: Node.js v8.6.0 (use nvm to manage Node versions)

  • Setup: yarn install
  • Development: yarn start then open http://localhost:3000/
  • Documentation with Storybook: yarn docs then open http://localhost:9009/
  • Component scaffolding: yarn new:component
  • Content scaffolding: yarn new:content
  • Content generator: yarn content
  • ESLint and StyleLint: yarn lint
  • Tests with Jest: yarn test
  • Build static files: yarn build
  • Static server: yarn serve then open http://localhost:5000/
  • Deploy project: yarn deploy