Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 387 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 387 Bytes

エンジビアの泉

環境構築

  • yarnを使う
  • nodeのバージョンは v14.15.1
  • nodenvを使うと便利
  1. ローカルにクローンする
git clone "URL"
  1. node_modulesをインストールする
yarn install
  1. 起動
yarn dev
  1. json-server 起動
yarn api

http://localhost:3001/XXXX で簡易サーバー立ち上げ