Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snelsi/nextjs-radix-themes-template
✨ Minimalistic Next.js + Radix Themes template to bootstrap your next project
https://github.com/snelsi/nextjs-radix-themes-template
eslint nextjs prettier radix-themes radix-ui template typescript
Last synced: about 12 hours ago
JSON representation
✨ Minimalistic Next.js + Radix Themes template to bootstrap your next project
- Host: GitHub
- URL: https://github.com/snelsi/nextjs-radix-themes-template
- Owner: snelsi
- Created: 2024-03-09T09:48:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T12:18:21.000Z (6 months ago)
- Last Synced: 2024-05-13T13:39:42.205Z (6 months ago)
- Topics: eslint, nextjs, prettier, radix-themes, radix-ui, template, typescript
- Language: TypeScript
- Homepage:
- Size: 390 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Next.js + Radix Themes template](public/cover.jpg)
This is a minimalistic [Next.js](https://nextjs.org/) + [Radix Themes](https://www.radix-ui.com/) template to bootstrap your next project with a modern design system.
- **Next.js**: A React framework for building production-grade applications.
- **Radix Themes**: An open-source component library optimized for fast development, easy maintenance, and accessibility.## Features ✨
- Uses the latest **React 18** version.
- Out of the box support for **TypeScript**.
- **next/font**: Automatically optimize and load fonts from Google Fonts.
- **next-themes**: Perfect Next.js dark mode in 2 lines of code. Support System preference and any other theme with no flashing.
- **Prettier + ESLint** preconfigured with all recommended configs / plugins.
- **Husky + Lint-Staged** pre-commit hooks to ensure code quality.## Getting Started 🚀
1. Install the dependencies:
```bash
pnpm install
```2. Run the development server:
```bash
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
## Learn More 📖
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.To learn more about Radix Themes, take a look at the following resources:
- [Radix Themes Documentation](https://www.radix-ui.com/themes/docs) - learn about Radix UI themes and API.
- [Radix Themes Playground](https://www.radix-ui.com/themes/playground) - an interactive playground of Radix UI themes components.Check out [Next.js GitHub repository](https://github.com/vercel/next.js/) and [Radix Themes GitHub repository](https://github.com/radix-ui/themes) - your feedback and contributions are welcome!