- Install node (https://nodejs.org/en/download/)
- Install yarn(https://yarnpkg.com/lang/en/docs/install/#mac-stable)
- Open terminal and type npm install -g create-react-app to install create-react-app globally.
- Open terminal and cd to Project dir
- Use yarn command or npm install command to run demo.
- now run npm start web. Web browser will automatically open after running this command.