Description

Download & install Node JS

Install yarn using flollowing command

$ npm install --global yarn

add sudo first in any permission error shown (Linux & Mac)

Open project inside visual studio code

Installation

$ yarn install

Running the app

# development
$ yarn start:dev

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod