Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashawley/sales-app
Electron mobile app example
https://github.com/ashawley/sales-app
Last synced: 5 days ago
JSON representation
Electron mobile app example
- Host: GitHub
- URL: https://github.com/ashawley/sales-app
- Owner: ashawley
- Created: 2017-06-20T20:41:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T18:58:25.000Z (over 6 years ago)
- Last Synced: 2024-10-31T12:46:48.860Z (about 2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sales-app
Mobile application for calculating sales quotes for customers.
## Getting started
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
git clone [email protected]:SpeakEZ/sales-app.git
# Go into the repository
cd sales-app
# Install dependencies
npm install
# Run the app
npm start
```## Resources for Learning Electron
- [electron.atom.io/docs](http://electron.atom.io/docs) - all of Electron's documentation
- [electron.atom.io/community/#boilerplates](http://electron.atom.io/community/#boilerplates) - sample starter apps created by the community
- [electron-quick-start](https://github.com/electron/electron-quick-start) - a very basic starter Electron app
- [electron/simple-samples](https://github.com/electron/simple-samples) - small applications with ideas for taking them further
- [electron-api-demos](https://github.com/electron/electron-api-demos) - an Electron app that teaches you how to use Electron, see [Electron API Demos](http://electron.atom.io/#get-started)
- [hokein/electron-sample-apps](https://github.com/hokein/electron-sample-apps) - small demo apps for the various Electron APIs## License
Copyright © 2017 Fuel Education LLC. All rights reserved.
Based on [electron-quick-start](https://github.com/electron/electron-quick-start)
which is distrubted
[CC0 1.0 (Public Domain)](https://creativecommons.org/publicdomain/zero/1.0/)