Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wyattjoh/relay-nextjs
An example Next.js application featuring Typescript, Relay, and Tailwind CSS.
https://github.com/wyattjoh/relay-nextjs
nextjs react
Last synced: 19 days ago
JSON representation
An example Next.js application featuring Typescript, Relay, and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/wyattjoh/relay-nextjs
- Owner: wyattjoh
- Created: 2021-05-07T14:54:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T04:08:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T13:22:08.942Z (about 1 month ago)
- Topics: nextjs, react
- Language: TypeScript
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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, get a GitHub token and add it to your `.env` file:
```bash
GITHUB_TOKEN="..."
```Then, run the development server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.