karadumanb / react-redux-blog-app

Simple blog app including CRUD, routers, redux forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABOUT APP

This is basic react-redux application which includes redux forms, routers, CRUD with axios. If you want to learn react like me, this app is well designed and will help you.

Getting Started

There are two methods for getting started with this repo.

Git

> git clone https://github.com/StephenGrider/ReduxSimpleStarter.git
> cd ReduxSimpleStarter
> npm install
> npm start

Also from Git

Download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

> npm install
> npm start

About

Simple blog app including CRUD, routers, redux forms

License:MIT License


Languages

Language:JavaScript 94.4%Language:HTML 5.3%Language:CSS 0.3%