Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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)