https://github.com/drivly/drivly-starter
Next JS with TailwindCSS, Next Auth, and React-Hook-Form Template
https://github.com/drivly/drivly-starter
Last synced: 3 months ago
JSON representation
Next JS with TailwindCSS, Next Auth, and React-Hook-Form Template
- Host: GitHub
- URL: https://github.com/drivly/drivly-starter
- Owner: drivly
- Created: 2022-09-06T19:58:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T03:52:13.000Z (over 1 year ago)
- Last Synced: 2025-02-16T15:16:55.959Z (3 months ago)
- Language: TypeScript
- Homepage: drivly-starter.dev.driv.ly
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drivly Starter Template
Next generation template for building next generation applications...## Loaded with Next.js + Tailwind CSS + React Hook Form
This example comes with [Tailwind CSS](https://tailwindcss.com/) [(v3.0)](https://tailwindcss.com/blog/tailwindcss-v3) with Next.js.
React Hook Form covers handling any forms [React Hook Form](https://react-hook-form.com/)## Deploy your own
[](https://vercel.com/new/git/external?repository-url=https://github.com/drivly/drivly-starter&project-name=your-app-with-drivly&repository-name=your-app-with-drivly)
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/)to bootstrap the example:
```bash
yarn create-next-app --example https://github.com/drivly/drivly-starter your-app-with-drivly
```Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).