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

https://github.com/wendelladriel/react-simple-blog

Simple blog using React, React Router v4 and Redux Form v6
https://github.com/wendelladriel/react-simple-blog

react react-router redux redux-form

Last synced: 3 months ago
JSON representation

Simple blog using React, React Router v4 and Redux Form v6

Awesome Lists containing this project

README

          

# React Simple Blog

> Simple blog using React, React Router v4 and Redux Form v6

## How to use

- Clone this **repo** and enter it

- Install the dependencies

```
yarn
```

## Commands available

- To run the app in development mode use

```
yarn serve:dev
```

- To run the tests use

```
yarn test
```

- To run the tests in watch mode use

```
yarn test:watch
```