💻 Messenger Frontend (React, TypeScript, MobX)
Web user interface for swap messenger
Current application allows you all basic functions for swap messenger server
Swap-UI requires Node.js to run.
Install all deps and start the dev server.
git clone https://github.com/alxarno/swap-ui
cd swap-ui
npm i
./dev.sh
For working with server API, you also need start swap server and change server address in index.ts
Build available by webpack
You can execute build.sh to build
./build.sh
Resulte will appear in dist
folder
GPL-3.0