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