-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitpod.yml
34 lines (33 loc) · 978 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.
image:
file: .gitpod.Dockerfile
tasks:
- name: Backend Server
init: >
npm install &&
gp sync-done install
command: npm run start:dev
- name: Frontend Server
init: gp sync-await install
command: npm run start:proxy
vscode:
extensions:
- eamodio.gitlens
- esbenp.prettier-vscode
- TabNine.tabnine-vscode
- johnpapa.angular2
- aaron-bond.better-comments
- pkief.material-icon-theme
- angular.ng-template
- dbaeumer.vscode-eslint
- yzhang.markdown-all-in-one
- davidanson.vscode-markdownlint
- mrmlnc.vscode-scss
- equinusocio.vsc-material-theme
- github.vscode-pull-request-github
- mongodb.mongodb-vscode
ports:
- port: 4200
onOpen: open-browser