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

https://github.com/j-f-liu/react-static-gen

Generate static HTML files from React.js pages.
https://github.com/j-f-liu/react-static-gen

Last synced: 3 months ago
JSON representation

Generate static HTML files from React.js pages.

Awesome Lists containing this project

README

        

## react-static-gen

Generate static HTML files from React.js pages.

### Start dev server
```
yarn start
```

### Build HTML files
```
yarn build
```