An open API service indexing awesome lists of open source software.

https://github.com/v4iv/react-pokedex

Pokedex powered by React-Reflux and Twitter Bootstrap
https://github.com/v4iv/react-pokedex

Last synced: 23 days ago
JSON representation

Pokedex powered by React-Reflux and Twitter Bootstrap

Awesome Lists containing this project

README

        

#Pokédex
=========
Pokédex powered by [PokéAPI](http://pokeapi.co/) , Facebook's React JS and Twitter Bootstrap.

##Prerequisites
1. npm
2. http-server
3. browserify

##Installation
To install the required packages run :
`npm install`

##Run
To run the project simply navigate to the project root from cli and run:
`npm start`
Then run the http server:
`http-server -p `
example:
`http-server -p 6969`
then simply open:
[localhost:6969](http://localhost:6969)
from your browser.

##Connect
[Twitter](https://twitter.com/vaibhaved)