A demo Bitcoin Wallet desktop application using an Express server, based on React and ElectronJS.
- Start your local MySQL server.
- Run the SQL commands from within the file
hive_db.sql
(eiher via Terminal or the PhpMyAdmin interface) from the root directory, in order to create the database and to write some test data in it. - Clone the HiveWallet repository.
- Install the dependencies both in the root directory and in the client directory with the command
npm install
. - To start the Node.JS server and the React application, run from the root directory:
npm run dev
. - Close the browser tab that opens with the React application.
- To open the Electron desktop application framework, run from the root directory:
npm run electron
.
The Node.JS server runs at: http://localhost:5000/.
The React front-end runs at: http://localhost:3000/.