A simple Pokédex view layer built with Angular2 and Webpack with deployment on Firebase. To view the live demo, please visit https://pokedex-fun.firebaseapp.com.
node >= 5.11
npm > 3.x
- Clone or fork this repository
- run
nvm use
(If you have nvm installed, otherwise make sure you have node 5.11 or higher installed) - run
npm install
- run
npm start
to fire up dev server - open browser to
http://localhost:5000
MIT © Jay Kan