Bootstrap your Dapp in a heartbeat
If something doesn’t work, please file an issue.
- Next.js
- React + Typescript
- Material UI
- create-eth-app
- usedapp
yarn install
yarn dev
Go to http://localhost:3000/
yarn build
├── README.md
├── node_modules
├── package.json
└── packages // everything blockchain / smart contract related
├── contracts
└── subgraph
├── public
├── src
├── components // React components
└── configs // your theme configs in 1 file
└── pages // Next.js automated dynamic Routes
├── styles
├── tsconfig.json