Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 959 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 959 Bytes

suidouble-sample-color

Very simple chat application to demonstrate suidouble library in action, focusing on events (fetch and subscribe)

Stack: Sui + suidouble + Vue. Ready to be deployed to Heroku

Code pieces to take a look at:

running on your local

npm install
npm run dev

executing integration tests:

npm run test