Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanyu1225/todo-list-nextjs
https://github.com/sanyu1225/todo-list-nextjs
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanyu1225/todo-list-nextjs
- Owner: sanyu1225
- Created: 2022-02-12T17:39:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T03:26:59.000Z (11 months ago)
- Last Synced: 2024-01-23T05:38:46.305Z (10 months ago)
- Language: JavaScript
- Homepage: todo-list-nextjs-zeta.vercel.app
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Apollo Server and Client Example
### 等待優化功能
- 封裝全局loading效果 or 拆成button loading效果
- 無限滾動 or 分頁## Preview
Preview the example live on [StackBlitz](http://stackblitz.com/):
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/api-routes-apollo-server-and-client)
## Deploy your own
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/api-routes-apollo-server-and-client&project-name=api-routes-apollo-server-and-client&repository-name=api-routes-apollo-server-and-client)
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
```bash
npx create-next-app --example api-routes-apollo-server-and-client api-routes-apollo-server-and-client-app
# or
yarn create next-app --example api-routes-apollo-server-and-client api-routes-apollo-server-and-client-app
```Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).