MERN_sample_app/.gitpod.yml
Ruidy 67db437b9d Fully automate dev setup with Gitpod
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
2021-03-24 09:22:30 +00:00

3 lines
56 B
YAML

tasks:
- init: npm install
command: npm run start