This is a Next.js project bootstrapped with create-next-app, added with Chakra UI and TypeScript setup. Start developing right away!
- 🚀 Next.js 13 - React 18
- ⛓️ TypeScript
- Chakra-UI v2
- ✔️ toolings for linting, formatting, and conventions configured
eslint,prettier,husky,lint-staged,commitlint,commitizen, andstandard-versionpre-commit,pre-push,commit-msg,prepare-commit-msghook configured
- 🤖 Automatic Dependency Update with Renovate
- 🏎️ Turbo setup
- 🧪 Playwright E2E Test
- Node.js or nvm installed.
pnpminstalled.
-
You can clone the repo.
-
After cloning the project, run this command:
pnpm install- Then, run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
- 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: