Skip to content

xtf-dapp/xtf-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XTF Web App

A Simple REACT JS application that connects to different Exchanges to interact with.

Sample Demo

Setup

  1. Install NPM Modules

npm install

  1. Install GH-Pages (Optional for Deploying)

npm install -g gh-pages --save-dev

or

sudo npm install -g gh-pages --save-dev (if the above one fails)

  1. Start (will default start in BRAVE Browser with port 3000)

npm start

  1. To Package (or Build)

npm run predeploy

  1. To Deploy to Github Pages (GH-Pages)

npm run deploy

All the code is tested and deployed with below config:

node -v : v14.17.5

npm -v : 8.5.3

References

Contributors