PS D:\projects> npx create-react-app redux --template redux Creating a new React app in D:\projects\redux. Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template-redux... yarn add v1.22.4 [1/4] Resolving packages... [2/4] Fetching packages... ... ... ... Done in 19.11s. Created git commit. Success! Created redux at D:\projects\redux Inside that directory, you can run several commands: yarn start Starts the development server. yarn build Bundles the app into static files for production. yarn test Starts the test runner. yarn eject Removes this tool and copies build dependencies, configuration files and scripts into the app directory. If you do this, you can’t go back! We suggest that you begin by typing: cd redux yarn start Happy hacking! PS D:\projects>
Redux courses
>>> Learn Redux | freeCodeCamp.org