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

https://github.com/gmcgibbon/pokedex

A simple Pokédex static app featuring Middleman, Angular2, and Webpack!
https://github.com/gmcgibbon/pokedex

angular2 middleman webpack

Last synced: 3 months ago
JSON representation

A simple Pokédex static app featuring Middleman, Angular2, and Webpack!

Awesome Lists containing this project

README

          

# Pokédex

A simple Pokédex static app featuring Middleman, Angular2, and Webpack!

## Usage

```
# Setup
bundle install
npm install -g webpack typescript typings
npm install

# Development
cp .env.development.sample .env.development
bundle exec middleman server

# Build
cp .env.build.sample .env.build
bundle exec middleman build
```

## License

This project is released under the [MIT License](http://www.opensource.org/licenses/MIT).