⚠️ DEPRECATED: This web app has been moved to my Web Experiments monorepo
-
yarn install
: Installs dependencies -
yarn dev
: Run a development, HMR server -
yarn serve
: Run a production-like server -
yarn build
: Production-ready build -
yarn lint
: Pass TypeScript files using ESLint -
yarn test
: Run Jest and Enzyme withenzyme-adapter-preact-pure
for your tests
For detailed explanation on how things work, checkout the CLI Readme.