https://github.com/awebcode/next-themes
https://github.com/awebcode/next-themes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/awebcode/next-themes
- Owner: awebcode
- Created: 2024-01-02T07:56:12.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T08:01:41.000Z (about 2 years ago)
- Last Synced: 2025-03-16T16:45:42.231Z (11 months ago)
- Language: JavaScript
- Homepage: https://next-themes-phi.vercel.app
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [NextJs](https://nextjs.org/) starter template bootstrapped with:
- TailwindCSS
- Dark/light themes
- Prettier
## Getting Started
Use this template to create a new project, and then clone your repo to your
local machine and run:
```bash
pnpm i
```
Once you have installed the dependencies, run the development server:
```bash
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) in your browser and start
cranking.
## Learn More
To learn more about NextJs, take a look at the following resources:
- [The Ultimate NextJs 13 Course](https://www.hamedbahram.io/courses)
- [NextJs Documentation](https://nextjs.org/docs)
You can also check out my YouTube Channel for more tutorials:
[Hamed's YouTube Channel](https://www.youtube.com/@hamedbahram) – your
subscriptions and comments are welcomed!
## Deploy on Vercel
The easiest way to deploy your NextJs app is to use the
[Vercel Platform](https://vercel.com/new) – from the creators of NextJs.