- Install npm, if not see this https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
- Install yarn, through
npm install --global yarn
, check usingyarn --version
- then install the packages through
yarn install
- Start the app using
yarn start
- If you want to install any other packages use
yarn add <package>