Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/technologiestiftung/vite-react-ssg-example


https://github.com/technologiestiftung/vite-react-ssg-example

Last synced: 30 days ago
JSON representation

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