Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 424 Bytes

File metadata and controls

31 lines (21 loc) · 424 Bytes

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