Skip to content

AleksandrSerov/ohmystart

Repository files navigation

Oh my start

Logo

CI

About

This is template project for painless start react application

How to start

git clone [email protected]:AleksandrSerov/ohmystart.git
cd ohmystart
yarn install
yarn start

Scripts

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