A note about yarn: Yarn is a package manager for node. It uses the same registry as npm, but itβs quicker and more secure. Yarn is recommended for use over npm. To learn more about Yarn, visit the docs
~/$projectname $ rm -rf .git
~/$projectname $ git remote add origin $yourrepourl
~/$projectname $ yarn
~/$projectname $ yarn dev
All configuration should be managed via .env
per the 12 factor app. a .env-sample
file is included.
This package comes with CI by default. The config for Azure Pipelines can be found under .ci/
. The following processes for branches is described:
master
, feature/*
, cleanup/*
and fix/*
test/
)yarn audit
)develop
and staging