https://github.com/dodycode/electron_midtest
Temperature Conversion App
https://github.com/dodycode/electron_midtest
Last synced: 10 months ago
JSON representation
Temperature Conversion App
- Host: GitHub
- URL: https://github.com/dodycode/electron_midtest
- Owner: dodycode
- Created: 2020-04-07T13:48:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T15:24:24.000Z (about 6 years ago)
- Last Synced: 2025-05-19T01:37:55.834Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron Mid-test Project
Temperature Conversion App.

### Installation
This project requires [Node.js](https://nodejs.org/) v10+ to run.
Install the dependencies and start the server.
```sh
$ npm install
$ npm start
```