next-app-starter

Another awesome starter for your app base on nextjs + tailwind + react-query + zod + react-hook-form + next-auth + jotai

MIT License

Stars
211
Committers
9

Welcome to next-app-starter 👋

Another awesome starter for your app

🏠 Homepage

Demo

Pre-requirements

💻 Stack

📝 Project Summary

  • app: Main application logic and entry point.
  • components: Reusable UI components.
  • pages: Individual pages/views of the application.
  • prisma: Database ORM and migration scripts.
  • public: Static assets accessible to the public.
  • store: State management for the application.
  • tests: Unit and integration tests.
  • types: Custom TypeScript types and interfaces.
  • storybook: Component library and documentation.
  • .github/workflows: CI/CD workflows for GitHub Actions.

Install

bun install

Usage

Create .env file base on .env.example then run below command

bun run dev

Run tests

bun run test

Run storybook

bun run storybook

Pre-commit

This project uses pre-commit to enforce code quality and consistency. To install pre-commit hooks, run:

pre-commit install

📄 License

This project is licensed under the MIT License - see the MIT License file for details.

Author

Start History 🌟

Show your support

Give a ⭐️ if this project helped you!

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Badges
Extracted from project README
All Contributors Twitter: jellydn ITMan - NextJs Course! Star History Chart kofi paypal buymeacoffee
Related Projects