Fork and clone this repo:
git clone git@github.com:echosec/bounty-snake-2020.git
cd bounty-snake-2020Install the client dependencies:
npm installCreate an .env file in the root of the project and add your environment variables (optional).
Run the server with auto-reloading on file change:
npm startTest the client in your browser at http://localhost:5000