Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poad/azure-example-webapp
https://github.com/poad/azure-example-webapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poad/azure-example-webapp
- Owner: poad
- License: apache-2.0
- Created: 2022-11-12T12:43:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T14:08:07.000Z (10 months ago)
- Last Synced: 2024-03-16T17:16:12.996Z (10 months ago)
- Language: CSS
- Size: 6.07 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
```