Skip to content

Latest commit

 

History

History

frontend

FL-online-demo frontend

起動方法

npm ci

で,パッケージをインストールした後に

開発モードで起動

npm run dev

本番モードで起動

npm run build && npm run start