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
- Host: GitHub
- URL: https://github.com/wendelladriel/react-simple-blog
- Owner: WendellAdriel
- Created: 2017-05-04T18:22:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T12:51:47.000Z (over 7 years ago)
- Last Synced: 2025-10-04T23:46:58.316Z (9 months ago)
- Topics: react, react-router, redux, redux-form
- Language: JavaScript
- Size: 44.9 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```