Merge pull request #7 from rjNemo/rjNemo/gitpod-setup

Fully automate dev setup with Gitpod
This commit is contained in:
Ruidy 2021-03-24 10:25:49 +01:00 committed by GitHub
commit dd14e829d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

3
.gitpod.yml Normal file
View file

@ -0,0 +1,3 @@
tasks:
- init: npm install
command: npm run start

View file

@ -1,3 +1,5 @@
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/rjNemo/MERN_sample_app)
# MERN Stack Demo
Skeleton MERN Stack app with Redux and Firebase.