Prerequisite
• Install Node.js and NPM
- Install the latest version of ionic and cordova npm install -g cordova npm install -g ionic@latest
- clone or download your whitelabel project from github and go to your local whitllabel directory
- create the build run npm install under your project directory using command prompt. it will create npm_module folder with all dependencies.
- Now if build is successfull, run below command npm run ionic:serve ( http:\localhost:8100 ) or ionic serve
- Now check the browser if your whitelable application has started.