Install Truffle npm install -g truffle
npm install
Run testrpc, compile and deploy contracts. truffle develop compile migrate
Start the local webserver npm run start