3 lines
74 B
Plaintext
3 lines
74 B
Plaintext
web: PORT=3000 yarn --cwd client start
|
|
api: PORT=3001 bundle exec rails s
|
web: PORT=3000 yarn --cwd client start
|
|
api: PORT=3001 bundle exec rails s
|