dcsil / dream-team

Team repository for Dream Team
https://dreamtune-cdf8a.web.app/auth/login
0 stars 1 forks source link

Set up Github Actions for Our React App #127

Closed RyanMarten closed 4 years ago

RyanMarten commented 4 years ago

Starting with: https://medium.com/@Keithweaver_/setting-up-github-actions-for-a-react-app-on-github-pages-f66b28c312ac

Acceptance criteria: Show CI for a hello world test on the react app

RyanMarten commented 4 years ago

It works! https://github.com/dcsil/dream-team/actions/runs/54794306

RyanMarten commented 4 years ago

Currently testing to see if the react app installs and builds

RyanMarten commented 4 years ago

Can make it CI/CD by autodeploying to firebase https://medium.com/@rohanbagchi/how-to-setup-continuous-integration-for-your-firebase-app-cd183bb862e1

RyanMarten commented 4 years ago

It looks like I can also set up caching so the npm_modules don't need to be downloaded everytime a CI runs