/shopping-list-app

Application to list products written in AngularJS

Primary LanguageJavaScript

Shopping list app Build Status

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.

Setup

  1. Clone the repository

    $ git clone https://github.com/dhyegofernando/shopping-list-app.git
  2. Navigate to the repository folder

    $ cd shopping-list-app
  3. Install dependencies

    $ npm install & bower install
  4. Serve the presentation and monitor source files for changes

    $ gulp serve
  5. Open http://localhost:3000 to view the app running

Contributing

Check CONTRIBUTING.md.

License

MIT License © Dhyego Fernando