forPlapoApps / client

The Number One Source for team development.
https://forplapoapps.com/
1 stars 1 forks source link
nextjs react typescript

forPlapoApps

概要

プランニングポーカー。

バージョン

$ cd forPlapoApps

$ git clone https://github.com/forPlapoApps/client.git

$ git clone https://github.com/forPlapoApps/server.git


### フロント

$ cd client

$ yarn install

$ yarn dev


```.env.local```ファイルを作成し、

SERVER_URL="http://localhost:8000"

と記述する。

localhost:3000で起動

### サーバー

$ cd server

$ yarn install

$ yarn start



localhost:8000で起動