It strange application on React, nothing more.
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.
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 analysisyarn start
- start dev server with HMR and DevToolsyarn start:prod
- start prod server and generate dist filesyarn lint
- lint js and styles with eslint and stylelintyarn styleguide
- start styleguide server