Template created from Ernesto Freyre article NextJS + StorybookJS + Material-UI + Jest + SWR
It includes:
- Next.js: React application framework with support for server side rendering
- Material-UI: UI Kit with TypeScript support
- StorybookJS: Framework to build interfaces for React
- Jest: Unit testing
- SWR: Data fetching
You can find the original template here. I will evolve this one as I see fit to include other tools for Web3 development
$ yarn
$ yarn storybook
$ yarn test
$ yarn dev