create-universal-react-app
This package is a fork of the scripts and configuration used by Create React App, with support for universal apps (i.e. Server Side Rendering / SSR).
This package includes the global command for Create (Universal) React App.
Migrating from 3.1.0 to 3.1.1
Optionally remove Disallow: /static/
from public/robots.txt
if you want to allow your images and other static files to be indexed by search engines #7508
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.1.1
or
yarn add --exact react-scripts@3.1.1