cryptoHackathon
Server
Install nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
Install node v8
nvm install v8
nvm use v8
Go to smart contract folder
cd smartContracts
Install dependencies
npm i
compile
npm run build
Frontend
Install nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
Go into frontend folder
cd frontend
Install node ^6
nvm use
Install dependencies
npm i
Start hacking
npm run watch
View the app
open http://localhost:3000/