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.
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