akornatskyy / sample-blog-react-redux

A simple blog written using react and redux.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Blog Sample

tests Code Climate

A simple blog written using react and redux demonstrating unidirectional dataflow architecture inspired by flux.

Setup

Install dependencies with npm:

npm i

... or use docker image or see online.

Run

Serve files with a web server with hot loading:

npm start

Build

Build files (into dist/):

npm run build -- --mode=production

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

About

A simple blog written using react and redux.

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

License:MIT License


Languages

Language:JavaScript 97.2%Language:HTML 1.5%Language:Dockerfile 1.0%Language:SCSS 0.4%