Skip to content

bbist/sudoswap-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoswap Frontend App

Getting Started

Start API Server

Inside server directory, make a copy of .env.example as .env and set appropriate values for env variables.

If you already have a lssvm repo located somewhere through which you've deployed the lssvm contracts, please use local_env.sh command to generate the .env file.

# ./local_env.sh [lssvm_repo_path]
$ ./local_env.sh ../../lssvm

After creating or generating the .env file, start the server using,

cd server
node src/index.js

This will start a development API server that will be used by the React frontend app.

Start React Dev Server

cd webui
yarn start

This will start a React development server.

Browse

Open your browser and goto http://localhost:3000. This will open up the React app.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.4%
  • HTML 3.0%
  • Shell 3.0%
  • CSS 0.6%