|
| 1 | + |
| 2 | +Getting started with electron.js |
| 3 | + |
| 4 | +## |
| 5 | + |
| 6 | +[](https://gitter.im/divyanshu001) |
| 7 | +[](https://www.codementor.io/divyanshurawat?utm_source=github&utm_medium=button&utm_term=divyanshurawat&utm_campaign=github) |
| 8 | +[](https://twitter.com/r46956) |
| 9 | +[](#) |
| 10 | + |
| 11 | +[](http://www.divyanshurawat.in) |
| 12 | +[](https://saythanks.io/to/divyanshu-rawat) |
| 13 | +[](https://www.npmjs.com/package/npm) |
| 14 | + |
| 15 | +## |
| 16 | + |
| 17 | +### Description |
| 18 | + |
| 19 | +* A Cross Platform Desktop countDown timer built leveraging the poer of electon.js |
| 20 | + |
| 21 | +## |
| 22 | + |
| 23 | +### Installation Instructions |
| 24 | + |
| 25 | +* Open a command prompt in the project's root directory. |
| 26 | + |
| 27 | +* Cd into that root folder you just cloned locally. |
| 28 | + |
| 29 | +* Open terminal in the current folder and to install all dependencies type |
| 30 | + |
| 31 | +```javascript |
| 32 | + npm install |
| 33 | +``` |
| 34 | + |
| 35 | +* This installs the dependencies as defined in the package.json file |
| 36 | + |
| 37 | +```javascript |
| 38 | + npm start |
| 39 | +``` |
| 40 | + |
| 41 | +* This will run the server in the localhost. |
| 42 | + |
| 43 | +## |
| 44 | + |
| 45 | + |
| 46 | +### Contributing |
| 47 | + |
| 48 | +1. Create your **_branch_**: `git checkout -b my-new-feature` |
| 49 | + |
| 50 | +2. **_Commit_** your changes: `git commit -m 'Add some feature'` |
| 51 | + |
| 52 | +3. **_Push_** to the branch: `git push origin my-new-feature` |
| 53 | + |
| 54 | +4. Send a **Pull Request** |
| 55 | + |
| 56 | +5. **_Enjoy!_** |
| 57 | + |
| 58 | +## |
| 59 | + |
| 60 | + |
| 61 | +#### some examples |
| 62 | + |
| 63 | + |
| 64 | + |
0 commit comments