/pokemon

:circus_tent: Simple Pokemon challenge game

Primary LanguageJavaScript

Pokemon

Simple Pokemon challenge game

demo

Check out the Live demo on Surge.

Install

$ npm install          # Install all dependencies
$ npm start            # Start a server

Project Structure

├── public                           - All public assets resides in this folder
├── src                              - All source files resides in this folder
│   ├── components                   - Dumb components
│   ├── containers                   - Smart components
│   ├── data                         - Mock-up data
│   ├── enhancers                    - Higher order components
│   ├── index.js                     - Entry point
│   ├── reducers.js                  - Combined reducers
│   ├── routes.js                    - All route definitions
│   └── store.js                     - Redux store
├── package.json                     - List of dependencies

License

MIT © Varayut Lerdkanlayanawat