https://github.com/100mslive/nextjs-100ms
https://github.com/100mslive/nextjs-100ms
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/100mslive/nextjs-100ms
- Owner: 100mslive
- Created: 2021-07-10T02:06:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T03:14:30.000Z (about 5 years ago)
- Last Synced: 2025-04-14T23:15:42.423Z (over 1 year ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 6
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a sample app created to demo 100ms working with nextjs
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000/100ms](http://localhost:3000/100ms) with your browser to see the result.
You can start editing the page by modifying `pages/100ms.js`. The page auto-updates as you edit the file.
## Learn More
To learn more about 100ms, visit [https://docs.100ms.live](https://docs.100ms.live)