https://github.com/jlferrete/full-stack-open-pokedex-ci-cd
Full Stack proyect CI/CD with Github Actions
https://github.com/jlferrete/full-stack-open-pokedex-ci-cd
automation-test ci-cd cypress deployment github-actions heroku react
Last synced: 2 months ago
JSON representation
Full Stack proyect CI/CD with Github Actions
- Host: GitHub
- URL: https://github.com/jlferrete/full-stack-open-pokedex-ci-cd
- Owner: jlferrete
- Created: 2022-04-26T16:08:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T22:21:29.000Z (about 4 years ago)
- Last Synced: 2025-01-14T06:27:30.602Z (over 1 year ago)
- Topics: automation-test, ci-cd, cypress, deployment, github-actions, heroku, react
- Language: JavaScript
- Homepage:
- Size: 268 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack open CI/CD
This repository is used for CI/CD integration propouses. Feel free to fork it and share!
## Status
[](https://github.com/jlferrete/full-stack-open-pokedex-CI-CD/actions/workflows/pipeline.yml)
## Technologies
     
## Commands
Start by running `npm install` inside the project folder
`set NODE_OPTIONS=--openssl-legacy-provider` to set legacy mode
`npm start` to run the webpack dev server
`npm test` to run tests
`npm run eslint` to run eslint
`npm run build` to make a production build
`npm run start-prod` to run your production build
## Web application on Heroku
[Click here](https://jlf-ci-ga.herokuapp.com/)
## Thanks to
Smartly.io