Skip to content

mecaota/template-mecaota-frontend

Repository files navigation

template-mecaota-frontend

これ何

@mecaota のフロントエンドのテンプレートです。環境構築がいちいち面倒なので作りました

説明

コマンド

yarn dev

開発サーバー

yarn build

ビルド

yarn eslint:check || yarn eslint:fmt

それぞれ eslint のチェックと構文修正

yarn prettier:check || yarn prettier:fmt

それぞれ prettier によるフォーマットチェックと構文修正

yarn test

jest