Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcos-venicius/devone-nextjs-template
NextJS template. All done, just clone and use it!
https://github.com/marcos-venicius/devone-nextjs-template
devone lucide react-hook-form tailwind template zod
Last synced: 7 days ago
JSON representation
NextJS template. All done, just clone and use it!
- Host: GitHub
- URL: https://github.com/marcos-venicius/devone-nextjs-template
- Owner: marcos-venicius
- License: mit
- Created: 2024-01-04T16:08:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T01:18:33.000Z (8 months ago)
- Last Synced: 2024-03-30T02:26:38.852Z (8 months ago)
- Topics: devone, lucide, react-hook-form, tailwind, template, zod
- Language: TypeScript
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevOne NextJS template
All done, just clone and use it!### Configure
Install dependencies
```bash
npm install --frozen-lockfile
```Run the project
```bash
npm run dev
```### Installed libs
- [axios](https://axios-http.com/)
- [tailwind](https://tailwindcss.com/)
- [lucide-react](https://lucide.dev/)
- [zod](https://zod.dev/)
- [react-hook-form](https://react-hook-form.com/)
- [@hookform/resolvers](https://github.com/react-hook-form/resolvers)
- [shadcn](https://ui.shadcn.com)