Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhyegocalota/shopping-list-app
Application to list products written in AngularJS
https://github.com/dhyegocalota/shopping-list-app
Last synced: 2 days ago
JSON representation
Application to list products written in AngularJS
- Host: GitHub
- URL: https://github.com/dhyegocalota/shopping-list-app
- Owner: dhyegocalota
- Created: 2015-04-19T22:19:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T17:54:31.000Z (over 9 years ago)
- Last Synced: 2024-03-19T02:56:06.244Z (8 months ago)
- Language: JavaScript
- Homepage: http://dhyegofernando.github.io/shopping-list-app/
- Size: 305 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Shopping list app [![Build Status](https://travis-ci.org/dhyegofernando/shopping-list-app.svg)](https://travis-ci.org/dhyegofernando/shopping-list-app)
It is a Angular webapp which has been written with the purpose of studying. Feel free to download and use.## Demo
You can check it out [here](http://dhyegofernando.github.io/shopping-list-app/).## Setup
1. Clone the repository
```sh
$ git clone https://github.com/dhyegofernando/shopping-list-app.git
```2. Navigate to the repository folder
```sh
$ cd shopping-list-app
```3. Install dependencies
```sh
$ npm install & bower install
```4. Serve the presentation and monitor source files for changes
```sh
$ gulp serve
```8. Open to view the app running
## Contributing
Check [CONTRIBUTING.md](https://github.com/dhyegofernando/shopping-list-app/blob/master/CONTRIBUTING.md).## License
[MIT License](http://dhyegofernando.mit-license.org/) © Dhyego Fernando