This is template project for painless start react application
git clone git@github.com:AleksandrSerov/ohmystart.git
cd ohmystart
yarn install
yarn start
start - start application
test - run all tests
test:unit - run unit tests
test:e2e - run e2e tests in headless mode
test:e2e:open - run e2e tests in headed mode
lint - run all linters
lint:css - lint css
lint:scripts - lint scripts
format - format code
build - build app
postinstall - install git hooks