space-client-workshop
space-client-workshop copied to clipboard
Workshop and Example to showcase how to build a desktop application on top of the Space Daemon and Client. From installation to building a full fledged private and peer to peer application
Space Client Workshop
A simple create react app + electron implementation to show space-daemon and space-client features.
Run the project:
You need to install and run space-daemon to run this project
Install project dependencies:
npm install
or
yarn
Run the project:
yarn electron:dev