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

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

Awesome Lists containing this project

README

          



Next.js with Typscript Starter

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/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.