- install and setup nodejs (node 14.17.6 and npm 8.1.3+ recommended) before starting development to the project, you need get node and npm ready.
- once dowload the project run install command to get all the dependency under project directory
npm install
- to build the project in local
npm run build