To get Started:
- Open terminal.
- Run
npm i -g yarnin therminal to install yarn.
This step is required to be done once only. - Navigate to your project directory in the terminal.
- Run
yarnoryarn installin terminal to install required packages. - Run
yarn devto start your project on localhost🚀