Skip to content

konstantin24121/hub

Repository files navigation

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

yarn

or

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