How to start working with project.
- You need node.js 13.7.0 or greater and yarn already installed ( https://nodejs.org/en/blog/release/v13.7.0/ )
- Open cmd and go to the projects folder
- Run yarn install to install all needed dependencies
- Run yarn start to build the new project, run local server and start watching changes
- 4.1 Run yarn build to build project
- 4.2 Run yarn test to test project
- 4.3 Run yarn eject to clean build project
More information: Create React App documentation