Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 671 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 671 Bytes

望月のあのホームページを作ろう!

CLI Commands

  • yarn install: Installs dependencies

  • yarn start: Runs serve or dev, depending on NODE_ENV value. Defaults to dev 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 and preact-render-spy for your tests

For detailed explanation on how things work, checkout the CLI Readme.