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