Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 643 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 643 Bytes

cra-template-static

This is a static site generator template for Create React App.
Use it to generate sites without React on the client-side.

To use this template, add --template static when creating a new app.

For example:

npx create-react-app my-app --template static

# or

yarn create react-app my-app --template static

For more information, please refer to: