Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michalzalecki/bwdm7-angularjs-demo

Simple App builded for Bydgoszcz Web Development Meetup #7 as AngularJS demo
https://github.com/michalzalecki/bwdm7-angularjs-demo

Last synced: 28 days ago
JSON representation

Simple App builded for Bydgoszcz Web Development Meetup #7 as AngularJS demo

Awesome Lists containing this project

README

        

BWDM #7 - AngularJS - Demo App
====================

Simple App builded for Bydgoszcz Web Development Meetup #7 as AngularJS demo

###Install dependencies
Don't forget to install required dependencies via npm and bower. To do this run:

```sh
npm install
```

in root project directory and

```sh
bower install
```

in app directory. You need have Node.js and Bower installed already.

###Run tasks and tests
To run tasks and tests (you need have installed Grunt and Karma) run:

```sh
npm start
```

in root project directory.

###Demo

Demo is available at: http://demo.michal.zalecki.pl/BWDM7