react-static
Version:
A progressive static site generator for React
20 lines (10 loc) • 652 B
Markdown
The templates in the directory will get you started. They are designed to be selected when using the ```react-static create``` CLI command.
An absolutely minimal app.
A Single Page App with multiple pages and a shared navigation component. The pages are automatically routed based on their filename in the pages folder using ```@reach/router```.
The basic template, but with `react-static-plugin-typescript` added and configured for you with every component in `.tsx` and absolute paths set up in `tsconfig.json`.
A website with a large number of fake routes for testing performance.