Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuri2peter/next-template
template of next.js out of box.
https://github.com/yuri2peter/next-template
Last synced: about 2 months ago
JSON representation
template of next.js out of box.
- Host: GitHub
- URL: https://github.com/yuri2peter/next-template
- Owner: yuri2peter
- Created: 2024-10-25T03:49:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T01:36:02.000Z (about 2 months ago)
- Last Synced: 2024-11-13T02:28:13.256Z (about 2 months ago)
- Language: TypeScript
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
## Learn More
To learn more about this template, take a look at the following resources:
- [React Libraries for 2024](https://www.robinwieruch.de/react-libraries/) - a list of React libraries for 2024.
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Tailwind CSS](https://tailwindcss.com/docs) - a utility-first CSS framework for rapidly building custom designs.
- [Shadcn UI](https://ui.shadcn.com/docs) - a library of components for building modern web applications.
- [usehooks.com](https://usehooks.com/) - a collection of React hooks.
- [Zod](https://zod.dev/) - a TypeScript-first schema validation library.
- [react-hook-form](https://react-hook-form.com/get-started) - Performant, flexible and extensible forms with easy-to-use validation.
- [immer](https://immerjs.github.io/immer/) - a library for managing state immutability.
- [Zustand](https://github.com/pmndrs/zustand?tab=readme-ov-file) - a state management library for React.
- [Reselect](https://reselect.js.org/) - a library for creating memoized selectors for Redux.
- [radash](https://radash-docs.vercel.app/) - a library of functional programming utilities.
- [Lucide](https://lucide.dev/icons/) - a library of icons for React.
- [Shadcn Blocks](https://www.shadcnblocks.com/) - a premium collection of marketing blocks designed for Shadcn UI, Tailwind, and React.
- [shadcn/ui ++](https://jidefr.medium.com/shadcn-ui-add-components-and-resources-0846b0f57596) - shadcn/ui additional components and resources
- [swr](https://swr.vercel.app/) - a library for data fetching with React.
- [Milkdown](https://github.com/Milkdown/milkdown) - a markdown editor based on ProseMirror.## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.