An open API service indexing awesome lists of open source software.

https://github.com/revolunet/create-react-app-circleci

create-react-app + CircleCI CI/CD workflow
https://github.com/revolunet/create-react-app-circleci

cd ci circleci devops react

Last synced: 6 months ago
JSON representation

create-react-app + CircleCI CI/CD workflow

Awesome Lists containing this project

README

          

# create-react-app + circleci workflows [![CircleCI](https://circleci.com/gh/revolunet/create-react-app-circleci.svg?style=svg)](https://circleci.com/gh/revolunet/create-react-app-circleci)

Build, test and deploy your ReactJS application to GitHub pages

Continuous integration/deployment workflows with CircleCI

![workflow](./workflow.png)

In Circle CI :
- Add a checkout key with write access to the repo
- AddEnvironnements variables to configure on circleci :
- `GH_NAME` : committer who publish the build on gh-pages
- `GH_EMAIL` : committer github email address

Todo :
- e2e sample tests