mirror of
https://github.com/rjNemo/MERN_sample_app
synced 2026-06-06 08:46:39 +00:00
Merge pull request #7 from rjNemo/rjNemo/gitpod-setup
Fully automate dev setup with Gitpod
This commit is contained in:
commit
dd14e829d2
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