Requirement: Node.js v8.6.0 (use nvm to manage Node versions)
- Setup:
yarn install - Development:
yarn startthen open http://localhost:3000/ - Documentation with Storybook:
yarn docsthen 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 servethen open http://localhost:5000/ - Deploy project:
yarn deploy