https://github.com/jquery-dlya-slabih/ssg-example
Static site generation example
https://github.com/jquery-dlya-slabih/ssg-example
react react-query react-router ssg tailwind typescript vite
Last synced: 3 months ago
JSON representation
Static site generation example
- Host: GitHub
- URL: https://github.com/jquery-dlya-slabih/ssg-example
- Owner: jquery-dlya-slabih
- License: mit
- Created: 2025-04-18T12:49:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T11:45:09.000Z (about 1 year ago)
- Last Synced: 2025-04-23T03:56:55.593Z (about 1 year ago)
- Topics: react, react-query, react-router, ssg, tailwind, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ssg-example
Static site generation example
## Commands
| description | command |
| ----------------------------- | ---------------------- |
| run dev build with dev server | npm run dev |
| run prod build with ssg | npm run build |
| run prettier write | npm run prettier:write |
## Additional information
The **[master](https://github.com/jquery-dlya-slabih/ssg-example)** branch has an example without code splitting, while
the **[lazy](https://github.com/jquery-dlya-slabih/ssg-example/tree/lazy)** branch demonstrates its usage with code splitting.