Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Install

Dima Vyshniakov edited this page Oct 8, 2022 · 5 revisions
npx create-react-app %PROJECT_NAME% --template quickstart-redux

or

yarn create react-app %PROJECT_NAME% --template quickstart-redux

npx command installs the most recent stable version of CRA from NPM. --template parameter points to this template, note that cra-template- prefix is omitted.

Then

cd %PROJECT_NAME%
yarn start # runs prepare.js and runs development server
Clone this wiki locally