Skip to content

Latest commit

 

History

History
69 lines (34 loc) · 1.72 KB

README.md

File metadata and controls

69 lines (34 loc) · 1.72 KB

This project was bootstrapped with Create React App.

概要

Reactの環境を構築済みで始めるセット

ESLintとPrettierを使用しています。 環境はWebStorm推奨。

WebStorm設定

標準のCodeStyleを「JavaScript Standard Style」にします。

ESLint

ESLintのプラグインが入ってい無ければインストール。 パスは適宜自分の環境に合わせてください

Prettier

Commands

yarn start

Devサーバーを起動してソース変更をリアルタイムに確認します
Open http://localhost:3000

yarn test

Jestによるテストを実施

yarn run build

ソースをbuildして実際に配置できるようにする

serve -s build

build結果を実際に表示する URL http://localhost:5000

初回は事前にserveをグローバルインストールする

yarn global add serve

yarn sb

Storybookの起動 URL http://localhost:6006/

初回は事前にStorybookをグローバルインストールする

yarn add global storybook