https://github.com/sasa-djuric/react-cli-site
React CLI documentation website
https://github.com/sasa-djuric/react-cli-site
mdx nextjs radix-ui react stitches typescript
Last synced: 4 months ago
JSON representation
React CLI documentation website
- Host: GitHub
- URL: https://github.com/sasa-djuric/react-cli-site
- Owner: sasa-djuric
- Created: 2022-01-08T23:23:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T01:31:43.000Z (over 2 years ago)
- Last Synced: 2025-01-12T05:25:34.239Z (6 months ago)
- Topics: mdx, nextjs, radix-ui, react, stitches, typescript
- Language: TypeScript
- Homepage: https://reactcli.org
- Size: 1.58 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React CLI website
This is the source code of the [React CLI documentation](https://reactcli.org).
---
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn 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.js`. 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.