This project was bootstrapped with Create React App and following this Universal Logins SDK tutorial
How to build your own repo (without cloning this one):
npx create-react-app universal-app
cd universal-app
yarn global add ganache-cli
yarn add universal-login-sdk
yarn add --dev universal-login-ops
Then open the file package.json and add this to scripts:
"start:dev": "universal-login start:dev"
Finally, modify src/App.js
to the same file on this github
You are ready for a hackaton!
Now you need to install, open Postgress and click on "initialize".
To run your app, run this command on the terminal:
yarn start:dev
Open a second terminal window on the same folder and type:
yarn start