Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomfun/reactive-blog

Blog for dev ops needs
https://github.com/tomfun/reactive-blog

Last synced: about 1 month ago
JSON representation

Blog for dev ops needs

Awesome Lists containing this project

README

        

# reactive-blog

## Requirements

* Tested on node 5+
* npm install -g bower
* Elasticsearch 2+
* npm install -g webpack

## Install

```bash
npm install
l10ns compile # compile localizations
./node_modules/.bin/webpack --colors --progress # or add --watch for file-watching
```

or

```bash
npm install; npm run build;
```
## Run

```bash
npm start
```