项目作者: WendellAdriel

项目描述 :
Simple blog using React, React Router v4 and Redux Form v6
高级语言: JavaScript
项目地址: git://github.com/WendellAdriel/react-simple-blog.git
创建时间: 2017-05-04T18:22:00Z
项目社区:https://github.com/WendellAdriel/react-simple-blog

开源协议:

下载


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

  1. yarn

Commands available

  • To run the app in development mode use
  1. yarn serve:dev
  • To run the tests use
  1. yarn test
  • To run the tests in watch mode use
  1. yarn test:watch