An open API service indexing awesome lists of open source software.

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

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.