https://github.com/pnodet/speedtest
https://github.com/pnodet/speedtest
nextjs react tailwind tailwindcss vercel
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pnodet/speedtest
- Owner: pnodet
- Created: 2022-07-06T13:27:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T16:17:53.000Z (about 3 years ago)
- Last Synced: 2025-02-28T14:06:07.029Z (over 1 year ago)
- Topics: nextjs, react, tailwind, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://speedtest.pnxdxt.com
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
This is a template for [Next.js](https://nextjs.org/) project. It is configured
with:
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)
## Getting Started
First, 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.
[http://localhost:3000/api/hello](http://localhost:3000/api/hello) is an
endpoint that uses
[Route Handlers](https://beta.nextjs.org/docs/routing/route-handlers). This
endpoint can be edited in `app/api/hello/route.ts`.
This project uses
[`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to
automatically optimize and load Google Fonts.