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

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.

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/

![Home Page Preview](public/screenshot-home.png)
![Login Page Preview](public/screenshot-login.png)

## 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).