Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)