.gitpod.yml 91 Bytes
Newer Older
Sven Efftinge's avatar
Sven Efftinge committed
1 2 3 4 5 6
ports:
- port: 8000
  onOpen: open-preview
tasks:
- init: npm install
  command: npm start