akornatskyy / sample-blog-react-reflux

A simple blog written using react and reflux.

Home Page:https://akornatskyy.github.io/sample-blog-react-reflux/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Blog Sample

tests Code Climate

A simple blog written using react and reflux demonstrating unidirectional dataflow architecture.

Setup

Install dependencies with npm:

npm i

Build resources for mock api strategy:

npm run build

or web (optionally specify web API host):

API=web npm run build
API=web HOST=http://api.local:8080 npm run build

Run

Serve files with a web server (from build/):

npm start

Open your browser at http://localhost:8080, use demo / password.

About

A simple blog written using react and reflux.

https://akornatskyy.github.io/sample-blog-react-reflux/

License:MIT License


Languages

Language:JavaScript 96.6%Language:HTML 1.8%Language:Dockerfile 1.2%Language:SCSS 0.4%