mirror of
https://github.com/rjNemo/MERN_sample_app
synced 2026-06-06 00:36:39 +00:00
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.
This commit is contained in:
parent
fef9175695
commit
67db437b9d
2 changed files with 5 additions and 0 deletions
3
.gitpod.yml
Normal file
3
.gitpod.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
tasks:
|
||||
- init: npm install
|
||||
command: npm run start
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
[](https://gitpod.io/#https://github.com/rjNemo/MERN_sample_app)
|
||||
|
||||
# MERN Stack Demo
|
||||
|
||||
Skeleton MERN Stack app with Redux and Firebase.
|
||||
|
|
|
|||
Loading…
Reference in a new issue