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

https://github.com/tareque20/electron

Learning electron using node
https://github.com/tareque20/electron

bootstrap bower electronjs jquery nodejs package

Last synced: 3 months ago
JSON representation

Learning electron using node

Awesome Lists containing this project

README

          

# Getting start with Electron
Simple app using Electron, Node.js

## Installation and run

Make sure you have [NodeJs](https://nodejs.org/en/download/) installed

Bower:
```sh
$ npm install -g bower
```

Install bootstrapp:
```sh
$ bower install bootstrap
```

Install Dependencies
```sh
$ npm install
```

Run Server
```sh
$ npm start
```

## More info