项目作者: konstantin24121

项目描述 :
Hub application. Project for cat. :cat:
高级语言: JavaScript
项目地址: git://github.com/konstantin24121/hub.git
创建时间: 2016-12-12T04:53:48Z
项目社区:https://github.com/konstantin24121/hub

开源协议:Apache License 2.0

下载


Hub - app on React/Redux.

It strange application on React, nothing more.

GitHub issues
Travis branch
Codecov branch
Code Climate
GitHub release

Setup

For project setup I recomend to use yarn insted of npm. But it’s just a recomendation and you can use npm with this project all the same.
After cloning repository use command

  1. yarn

or

  1. npm i

for installing packages.

Cli commands

You can find all expired commands in script section of package.json. All descriptions of command functionality you can find in styleguide.
One used

  • yarn build - build an application, generate statistic and page for analysis
  • yarn start - start dev server with HMR and DevTools
  • yarn start:prod - start prod server and generate dist files
  • yarn lint - lint js and styles with eslint and stylelint
  • yarn styleguide - start styleguide server