This repository was archived by the owner on May 16, 2024. It is now read-only.
-
Couldn't load subscription status.
- Fork 4
Install
Dima Vyshniakov edited this page Oct 8, 2022
·
5 revisions
npx create-react-app %PROJECT_NAME% --template quickstart-reduxor
yarn create react-app %PROJECT_NAME% --template quickstart-reduxnpx 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