Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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