-
yarn install
: Installs dependencies -
yarn start
: Runsserve
ordev
, depending onNODE_ENV
value. Defaults todev server
-
yarn run dev
: Run a development, HMR server -
yarn run serve
: Run a production-like server -
yarn run build
: Production-ready build -
yarn run lint
: Pass TypeScript files using TSLint -
yarn run test
: Run Jest andpreact-render-spy
for your tests
For detailed explanation on how things work, checkout the CLI Readme.