- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Chakra UI
- TypeScript
- Build production with
pnpm build
, then run the production build usingpnpm start
. - Open another terminal (or new terminal tab, don't cancel / close the production server), then run the test with
pnpm test:e2e
.
References: