Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 552 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 552 Bytes

Pokestack

This project is generated with yo angular generator version 0.15.1.

Build & development

Manually change script src="bower_components/elasticsearch/elasticsearch.js" to script src="bower_components/elasticsearch/elasticsearch.angular.js" in index.html in case bower added the former.

Change the info of your ElasticSearch server in services/searchsearvice.js.

Run grunt for building and grunt serve for preview.

Testing

Running grunt test will run the unit tests with karma.