4 lines
116 B
Bash
Executable File
4 lines
116 B
Bash
Executable File
export NODE_ENV=development
|
|
cd server && yarn install && yarn start &
|
|
cd client && yarn install && yarn start &
|
|
wait |