Skip to content

distribuyed/dapper

 
 

Repository files navigation

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.

About

A boilerplate for Ethereum dapps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.0%
  • CSS 4.3%
  • HTML 3.7%