All Projects → akornatskyy → sample-blog-react-reflux

akornatskyy / sample-blog-react-reflux

Licence: MIT license
A simple blog written using react and reflux.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Dockerfile
14818 projects
SCSS
7915 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].