Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michalzalecki/bwdm7-angularjs-demo
- Owner: MichalZalecki
- Created: 2014-11-05T22:42:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-08T15:43:21.000Z (about 10 years ago)
- Last Synced: 2024-10-25T12:38:50.517Z (3 months ago)
- Language: CSS
- Homepage: http://demo.michal.zalecki.pl/BWDM7
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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