Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 253 Bytes

installation.md

File metadata and controls

19 lines (16 loc) · 253 Bytes

Installation

install global deps (not required once the global deps is only for development)

on global folder

npm i

install frontend deps

on frontend folder

npm i

install backend deps

on backend folder

npm i