Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farolfo/search-based-angular-seed
Seed project for angular apps with a search based (Google like) UI
https://github.com/farolfo/search-based-angular-seed
Last synced: 13 days ago
JSON representation
Seed project for angular apps with a search based (Google like) UI
- Host: GitHub
- URL: https://github.com/farolfo/search-based-angular-seed
- Owner: farolfo
- Created: 2015-04-26T05:22:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T04:00:51.000Z (over 9 years ago)
- Last Synced: 2024-11-08T02:56:36.577Z (2 months ago)
- Language: JavaScript
- Homepage: http://farolfo.github.io/search-based-angular-seed
- Size: 3.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Search based Angular seed
[Try the demo!](http://farolfo.github.io/search-based-angular-seed)
Seed project for angular apps with a search based (Google like) UI.
It brings a basic functional template with a search centric UI with autocomplete.
__Contribute!__ PRs and suggestions are welcome.
##Technologies in use
* Angular
* Bootstrap
* jQuery
* LESS (built using Grunt)
* UI-Boostrap##Install
You need to instal ```node```, we recommend installing it throught the ```nvm``` package manager.
Once installed, you need to install the Grunt client:```
npm install -g grunt-cli
```Install all other dependencies needed
```
npm install
```To run the UI on ```localhost:9001/app/index.html```:
```
grunt connect
```