https://github.com/saiemgilani/nextjs-ts-starter
to be used for jamstackingup
https://github.com/saiemgilani/nextjs-ts-starter
next nextjs pkgdoc pkgdown r react reactjs serverless
Last synced: 2 months ago
JSON representation
to be used for jamstackingup
- Host: GitHub
- URL: https://github.com/saiemgilani/nextjs-ts-starter
- Owner: saiemgilani
- License: mit
- Created: 2021-05-25T22:14:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T01:54:06.000Z (almost 5 years ago)
- Last Synced: 2025-06-11T02:51:11.308Z (about 1 year ago)
- Topics: next, nextjs, pkgdoc, pkgdown, r, react, reactjs, serverless
- Language: TypeScript
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Next.js with Typscript Starter
[](/LICENSE)
## Executing this project
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.tsx`. The page auto-updates as you edit the file.