Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 583 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 583 Bytes

How to start working with project.

  1. You need node.js 13.7.0 or greater and yarn already installed ( https://nodejs.org/en/blog/release/v13.7.0/ )
  2. Open cmd and go to the projects folder
  3. Run yarn install to install all needed dependencies
  4. 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