https://github.com/3vilguy/electron-flatplan
https://github.com/3vilguy/electron-flatplan
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/3vilguy/electron-flatplan
- Owner: 3vilguy
- License: mit
- Created: 2019-04-20T17:43:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:59:52.000Z (over 3 years ago)
- Last Synced: 2025-03-12T07:17:34.559Z (about 1 year ago)
- Language: JavaScript
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-flatplan
# Setup:
To get this project up and running locally.
1. Clone the repo:
```
$ git clone git@github.com:3vilguy/electron-flatplan.git
```
2. Install dependencies:
```
$ npm install
```
3. Start Webpack dev-server (that should start local dev server on localhost:8080, you should keep this process running):
```
$ npm start
```
4. Start the electron app (won't show anything if local server is not running):
```
$ npm run electron-dev
```