Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhatthaiquang-agilityio/nextjs-app
Example: nextjs app and deploy Azure Static Web Apps via GitHub Actions
https://github.com/nhatthaiquang-agilityio/nextjs-app
github-actions nextjs static-web-app
Last synced: about 1 month ago
JSON representation
Example: nextjs app and deploy Azure Static Web Apps via GitHub Actions
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/nextjs-app
- Owner: nhatthaiquang-agilityio
- Created: 2023-04-07T04:43:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T07:56:27.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T07:09:41.096Z (9 months ago)
- Topics: github-actions, nextjs, static-web-app
- Language: CSS
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
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).
A Nextjs app deploy on the Azure Static Web App via GitHub Actions
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
[http://localhost:3000/api/hello](http://localhost:3000/api/hello) is an endpoint that uses [Route Handlers](https://beta.nextjs.org/docs/routing/route-handlers). This endpoint can be edited in `app/api/hello/route.ts`.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Azure Static Web App via GitHub Actions
## Result
![Result](./images/static-app.png)