Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mshafir/reactlit-next-starter
Starter for Reaclit and Nextjs
https://github.com/mshafir/reactlit-next-starter
Last synced: about 1 month ago
JSON representation
Starter for Reaclit and Nextjs
- Host: GitHub
- URL: https://github.com/mshafir/reactlit-next-starter
- Owner: mshafir
- License: mit
- Created: 2024-12-13T18:15:00.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-13T18:23:31.000Z (about 1 month ago)
- Last Synced: 2024-12-13T19:26:42.459Z (about 1 month ago)
- Language: TypeScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reactlit Next Starter Project
Just clone this repo to get started with a new Reactlit project!
This is a [Next.js](https://nextjs.org) starter project bootstrapped with [`create-next-app`](https://nextjs.org/docs/pages/api-reference/create-next-app).
With [Reactlit](https://github.com/mshafir/reactlit) and [Radix UI](https://www.radix-ui.com/themes) then added in on top of it.## Getting Started
First, run the development server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
## Learn More
To learn more, 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-pages-router) - an interactive Next.js tutorial.
- [Reactlit Documentation](https://mshafir.github.io/reactlit/) - learn about Reactlit features and API.
- [Radix UI Documentation](https://www.radix-ui.com/themes) - learn about Radix UI features and API.## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/pages/building-your-application/deploying) for more details.