Skip to content

dagglexyz/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daggle logo

Daggle Server💻
Simple React app🔵

A simple ReactJS app with react-router-dom used to build https://bet.daggle.xyz.

Website Features Overview📺

Demo Lilypad🍃

See how it work!

high.1.mp4

Demo BacalhauJS🐟

See how it work!

high.1.mp4

Follow the below steps to run it locally.

Client💻

  1. Clone Repo.

$ git clone https://github.com/dagglexyz/client client $ cd client

  1. Add the .env file in the root directory. Replace the value accordingly.

       REACT_APP_SERVER_URL=http://localhost:3000
       REACT_APP_QUICK_NODE= < quick-node-key >
       REACT_APP_CHAIN=FVM_MAINNET
    
  2. Run the client!

$ npm run start

Note: It may prompt to run on a different port, hit enter.