Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juandelgadillo/angular2-pokedex
A Pokedex built on Angular with AoT, Tree Shaking, Rollup and TypeScript
https://github.com/juandelgadillo/angular2-pokedex
angular angular-2 aot javascript pokedex pokemon rollup tree-shaking typescript
Last synced: 3 months ago
JSON representation
A Pokedex built on Angular with AoT, Tree Shaking, Rollup and TypeScript
- Host: GitHub
- URL: https://github.com/juandelgadillo/angular2-pokedex
- Owner: JuanDelgadillo
- Created: 2016-04-01T13:59:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T23:58:24.000Z (over 7 years ago)
- Last Synced: 2024-10-11T08:40:15.526Z (3 months ago)
- Topics: angular, angular-2, aot, javascript, pokedex, pokemon, rollup, tree-shaking, typescript
- Language: TypeScript
- Homepage: http://juandelgadillo.github.io/angular2-pokedex/
- Size: 17.5 MB
- Stars: 33
- Watchers: 6
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokédex - AoT
A simple Pokédex built with Angular 2.0 with Ahead of Time "AoT" compilation, Tree Shaking process, rollup and TypeScript.
## Prerequisites
1. Install [Node.js](http://nodejs.org)
- on OSX use [homebrew](http://brew.sh) `brew install node`
- on Windows use [chocolatey](https://chocolatey.org/) `choco install nodejs`2. Clone pokedex's repo
```bash
git clone https://github.com/JuanDelgadillo/angular2-pokedex.git
```3. Install npm dependencies
```bash
npm install
```
4. Start and enjoy```bash
npm start
```## LEGAL
### Pokémon
Pokémon images, names and information (c) 1995-2016 Nintendo/Game freak.
Images and content were taken from the following resources:
* [PokéApi](http://pokeapi.co/)
* [Pokémon Database](http://pokemondb.net/)
* [veekun/pokedex](https://github.com/veekun/pokedex)This site was built entirely for education purposes only.
### Code: The MIT License (MIT)
Copyright (c) 2016 Juan Delgadillo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.