Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.