Next.js + Tailwind CSS + TypeScript starter with developer tools.
Developer experience first tools only without UI boilerplate:
npx degit Kadphol/next-seed-template <APP NAME>
or using with Create next app
npx create-next-app --example https://github.com/Kadphol/next-seed-template <YOUR_APP_NAME>
Run the following command on your local environment:
git clone --depth=1 https://github.com/Kadphol/next-seed-template.git my-project-name
cd my-project-name
pnpm install
To run development mode:
pnpm dev
Open http://localhost:3000 with your favorite browser to see your project.
.
āāā README.md # README file
āāā .github # GitHub folder
āāā .gitlab # GitLab folder
āāā .husky # Husky configuration
āāā public # Public assets folder
āāā src
ā āāā app # Next JS App (App Router)
ā āāā components # Shared components folder
ā āāā libs # Library and utility function folder
ā āāā mocks # Mock data and server folder
ā āāā modules # Modules components folder
ā āāā styles # Styles folder
ā āāā types # Type definitions
āāā .eslintrc.json # ESLint configuration
āāā .prettierrc # Prettier configuration
āāā jest.config.ts # Jest configuration
āāā tailwind.config.js # Tailwind CSS configuration
āāā Dockerfile # Dockerfile
āāā tsconfig.json # TypeScript configuration