Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poad/next-ts-cloudfront-ssg-with-backend-template
https://github.com/poad/next-ts-cloudfront-ssg-with-backend-template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poad/next-ts-cloudfront-ssg-with-backend-template
- Owner: poad
- License: apache-2.0
- Created: 2023-02-17T19:11:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T23:33:00.000Z (9 months ago)
- Last Synced: 2024-04-14T00:33:32.864Z (9 months ago)
- Language: TypeScript
- Size: 1.01 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
```