6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
export NODE_ENV=development
|
|
yarn install
|
|
cd api && yarn build &
|
|
cd server && yarn start &
|
|
cd client && yarn start &
|
|
wait |