Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
38 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

executable file
·
38 lines (25 loc) · 1.03 KB

Hackaton instructions for a universal login boilerplate

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