https://github.com/oncomouse/middleman-jspm-example
https://github.com/oncomouse/middleman-jspm-example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oncomouse/middleman-jspm-example
- Owner: oncomouse
- Created: 2015-08-04T21:39:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T22:29:17.000Z (almost 11 years ago)
- Last Synced: 2025-01-21T15:48:47.222Z (over 1 year ago)
- Language: Ruby
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Middleman-JSPM-Example
Example of [middleman-jspm](http://github.com/oncomouse/middleman-jspm) deployed in Middleman.
## Setup
After downloading, run:
```
bundle install
npm install jspm
middleman jspm install
```
Then start `middleman`.
## Bootstrap
Site now uses [Bootstrap](http://getbootstrap.com/) (including loading the stylesheets out of JSPM).