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!
- Host: GitHub
- URL: https://github.com/gmcgibbon/pokedex
- Owner: gmcgibbon
- License: mit
- Created: 2016-09-12T05:38:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T21:10:08.000Z (almost 10 years ago)
- Last Synced: 2025-02-10T18:13:28.178Z (over 1 year ago)
- Topics: angular2, middleman, webpack
- Language: CSS
- Homepage: https://gmcgibbon.github.io/pokedex/
- Size: 262 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).