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
- Host: GitHub
- URL: https://github.com/tareque20/electron
- Owner: tareque20
- Created: 2018-10-05T10:53:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T20:02:12.000Z (over 3 years ago)
- Last Synced: 2025-07-03T15:14:24.241Z (about 1 year ago)
- Topics: bootstrap, bower, electronjs, jquery, nodejs, package
- Language: JavaScript
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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