Skip to content

bisbist/sudoswap-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
yarn start

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published