Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poad/next-ts-graphql-msw-example
https://github.com/poad/next-ts-graphql-msw-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poad/next-ts-graphql-msw-example
- Owner: poad
- License: apache-2.0
- Created: 2023-02-18T08:01:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T23:33:44.000Z (9 months ago)
- Last Synced: 2024-04-13T19:20:44.148Z (9 months ago)
- Language: TypeScript
- Homepage: https://d24aama75rrjtp.cloudfront.net
- Size: 3.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# next-ts-template
## Usage
```
yarn create next-app ${app_name} --example "https://github.com/poad/next-ts-minimal-template"
cd ${app_name}
rm -rf .github
```