The project uses Next.js, which is a framework for server-rendered React apps.
It includes @mui/material
and its peer dependencies, including Emotion, the default style engine in Material UI v5. If you prefer, you can use styled-components instead.
The example folder provides an adapter for the use of Next.js's Link component with MUI. More information in the documentation.
- Set tab width to 2 in vs code settings
Install these extensions for better coding experience:
- css module
- prettier
- eslint
- nextjs snippets
- ES7+ React/Redux/React-Native snippets
- JavaScript (ES6) code snippets
- Typescript React code snippets
- Get projectID at https://cloud.walletconnect.com
- Create a
.env.local
file at the root of the project. - Put your projectID there as:
NEXT_PUBLIC_PROJECT_ID=YOUR_PROJECT_ID
- Run below command in terminal:
npm i && npm run dev
- Open localhost in your browser