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
- Host: GitHub
- URL: https://github.com/v4iv/react-pokedex
- Owner: v4iv
- Created: 2016-07-29T13:03:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T19:23:31.000Z (over 8 years ago)
- Last Synced: 2025-02-14T05:19:17.169Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.74 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)