An open API service indexing awesome lists of open source software.

https://github.com/3vilguy/electron-flatplan


https://github.com/3vilguy/electron-flatplan

Last synced: 9 months ago
JSON representation

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
```