Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fk/bu-tumblr
Isomorphic BU Tumblr
https://github.com/fk/bu-tumblr
Last synced: 4 days ago
JSON representation
Isomorphic BU Tumblr
- Host: GitHub
- URL: https://github.com/fk/bu-tumblr
- Owner: fk
- Created: 2016-10-11T01:18:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T15:51:00.000Z (about 8 years ago)
- Last Synced: 2024-11-10T10:18:41.127Z (2 months ago)
- Language: JavaScript
- Size: 507 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brooklyn United Blog
## Stack
This is written using:
1. React
2. Flux
3. Koa.js
4. ES6/Babel
5. Gulp## Usage
To run using the koa server, run gulp watch. To build for deployment to Tubmlr,
run `NODE_ENV=production gulp`, and then upload the public assets to Tumblr,
and reference them in the tumblr template. Make sure the markup has the
following markup:```html
Brooklyn United Blog
```