https://github.com/navin-jethwani-76/pixelui-nextjs-template
This is a template for creating Next.Js applications pre configured for using Pixel UI Components.
https://github.com/navin-jethwani-76/pixelui-nextjs-template
next-themes nextjs nextjs-template nextjs14 nextui nextui-pro nextui-template pixel-ui tailwindcss
Last synced: about 2 months ago
JSON representation
This is a template for creating Next.Js applications pre configured for using Pixel UI Components.
- Host: GitHub
- URL: https://github.com/navin-jethwani-76/pixelui-nextjs-template
- Owner: Navin-Jethwani-76
- License: mit
- Created: 2024-05-01T20:01:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T08:55:14.000Z (about 1 year ago)
- Last Synced: 2025-04-14T16:13:20.010Z (about 2 months ago)
- Topics: next-themes, nextjs, nextjs-template, nextjs14, nextui, nextui-pro, nextui-template, pixel-ui, tailwindcss
- Language: JavaScript
- Homepage: https://pixelui-nextjs-app-template.vercel.app/
- Size: 1.08 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixel UI - Next.Js Template
This is a template for creating Next.Js applications pre configured for using [Pixel UI](https://pixel-ui-app.vercel.app/) Components.
## Preview
- The preview of this template is available at https://pixelui-nextjs-app-template.vercel.app/

## Technologies Used
- [Next.js 14](https://nextjs.org/docs/getting-started)
- [NextUI v2](https://nextui.org/)
- [React Icons](https://react-icons.github.io/react-icons/)
- [Tailwindcss Animated](https://www.tailwindcss-animated.com/)
- [Tailwind CSS](https://tailwindcss.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Framer Motion](https://www.framer.com/motion/)
- [next-themes](https://github.com/pacocoursey/next-themes)## How to Use
### Use the template with create-next-app
To create a new project based on this template using `create-next-app`, run the following command:
```bash
npx create-next-app -e https://github.com/Navin-Jethwani-76/pixelui-nextjs-template
```### Run the development server
```bash
npm run dev
```## License
Licensed under the [MIT license](https://github.com/Navin-Jethwani-76/pixelui-nextjs-template/blob/main/LICENSE).