https://github.com/daumann/chronas-castles
Angular Gallery and Map Application
https://github.com/daumann/chronas-castles
Last synced: 26 days ago
JSON representation
Angular Gallery and Map Application
- Host: GitHub
- URL: https://github.com/daumann/chronas-castles
- Owner: daumann
- License: mit
- Created: 2016-04-11T03:09:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T11:28:32.000Z (about 10 years ago)
- Last Synced: 2025-02-25T08:48:03.202Z (over 1 year ago)
- Language: JavaScript
- Size: 700 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Gallery and Map Application
## Overview
This is a spin-off application of Chronas and simply displays all Wikipedia articles of castles in a Gallery and Map view.
The following languages are available:
* English ~ 3800 articles
* German ~ 5869 articles
* English ~ 3800 articles
* French ~ 3673 articles
* Spanish ~ 1183 articles
* Russian ~ 911 articles
* Japanese ~ 159 articles
* Greek ~ 87 articles
### Installing dependencies
The application relies upon various node.js tools, such as Bower, Karma and Protractor. You can
install these by running:
```
npm install
```
This will also run bower, which will download the angular files needed for the current step of the
tutorial.
Most of the scripts described below will run this automatically but it doesn't do any harm to run
it whenever you like.
### Running the app during development
- Run `npm start`
- navigate your browser to `http://localhost:8000/app/index.html` to see the app running in your browser.