Skip to content

leapdao/parsec-dapp-boilerplate

Repository files navigation

PARSEC Labs dapp boilerplate

Includes:

  • Basic react + react-router setup
  • Typescript config (you can create separate modules written in typescript)
  • Linting and code-style configs

Prerequisite

  • Yarn

Setup the new project

  • git clone --origin boilerplate https://github.com/parsec-labs/parsec-dapp-boilerplate.git <your-project-name>
  • git remote add origin git@github.com:parsec-labs/<your-project-name>.git
  • change name in package.json
  • install deps with yarn
  • yarn start
  • start hacking :-)

Build for deployment

yarn build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published