- NextJS version 13 for website
- Static Types with TypeScript
- Github Actions for build test and lint
- Web app with Next PWA
- Styling with Tailwind CSS
- Code formatting with Prettier
- Linting with ESLint
Install with
create-next-app
-
With yarn (Recommended)
yarn create next-app -e https://github.com/ankhgerel/nextjs-template
-
With npm
npx create-next-app@latest -e https://github.com/ankhgerel/nextjs-template
-
With pnpm
pnpm create next-app -e https://github.com/ankhgerel/nextjs-template
Install with vercel
- Click Use this template
- Clone Your Repo:
git clone [email protected]:<YOUR-NAME>/<REPO-NAME>.git && cd <REPO-NAME>
- Install Dependency:
yarn install
- Run dev server:
yarn dev