Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 2.35 KB

README.md

File metadata and controls

38 lines (30 loc) · 2.35 KB

dapper

JavaScript Style Guide Build Status Dependencies Dev Dependencies Tested with Jest Coverage Status Conventional Commits Commitizen Friendly Styled with Prettier

A boilerplate for Ethereum dapps.

Get Started

  1. Clone this repo.
  2. Install and set up the MetaMask chrome extension.
  3. Run yarn to install dependencies and then yarn start to start the dev server.

Other Scripts

  • 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.

Testing

Storybook Storyshots for components and jest integration tests for containers.