Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technologiestiftung/vite-react-ssg-example
https://github.com/technologiestiftung/vite-react-ssg-example
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/technologiestiftung/vite-react-ssg-example
- Owner: technologiestiftung
- License: mit
- Created: 2024-08-21T21:09:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T02:48:18.000Z (about 1 month ago)
- Last Synced: 2024-11-23T03:26:29.221Z (about 1 month ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Built%20with%20%E2%9D%A4%EF%B8%8F-at%20Technologiestiftung%20Berlin-blue)
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
# Vite + React + SSG
This template provides a minimal setup to get a static site based on Vite + React.
## Prerequisites
You need node with the version specified in the [.nvmrc](.nvmrc) file.
## Installation
```
npm ci
```## Development (Client-Side-Rendering)
```
npm run dev
```## Build the static pages (Static-Site-Generation)
```
npm run build
```## Preview serving the static pages (Static-Site-Generation)
```
npm run preview
```## Contributing
Before you create a pull request, write an issue so we can discuss your changes.
## Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Content Licensing
Texts and content available as [CC BY](https://creativecommons.org/licenses/by/3.0/de/).
Illustrations by {MARIA_MUSTERFRAU}, all rights reserved.
## Credits
Made by
A project by
Supported by
## Related Projects