yarn | yarn install
env-variables is setup by default, just run copy .env-development to .env.development or fill new with .env.example
yarn start
yarn build
yarn lint
yarn test
yarn rsc %release-version%
docker build --no-cache --progress=plain --build-arg BUILD_VERSION=1.0.0-rc.0 -t react-template .
This project is licensed under the MIT License - see the LICENSE.md file for details