Skip to content

Latest commit

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Documentation

React Static's documentation is currently located here on Github! We recommend you start with the items below to get more familiar with React Static and its capabilities.

Getting Started

React Static ships with a CLI to create new projects, develop your app, and bundle it for production. Using the CLI is required for React Static to function properly.

To install the CLI:

$ yarn global add react-static
# or
$ npm install -g react-static

To get started, run:

$ react-static
# or
$ npx react-static

Documentation