dapper
A boilerplate for Ethereum dapps.
- Clone this repo.
- Install and set up the MetaMask chrome extension.
- Run
yarnto install dependencies and thenyarn startto start the dev server.
yarn run prettify- Applies prettier to the entire project.yarn run lint- Lints the entire project.yarn run lint:fix- Fixes fixable linting errors.yarn test- Runs the jest test suites + storyshots.yarn run storybook- Starts the storybook.yarn run cz- Runs commitizen.yarn run build- Creates a production build.yarn run build:analyze- Analyzes the production build using source-map-explorer.
Storybook Storyshots for components and jest integration tests for containers.