npm install truffle -g
you can get away with using truffle develop but if you want some fancy UI, follow the instructions for your respective platform
https://www.trufflesuite.com/ganache
git clone this repo!!
npm install
truffle compile
truffle migrate
truffle test
cd to vapp folder install deps
npm install
run ui
npm run serve