https://github.com/midudev/pokedex-for-ci
Example project for explaining CI
https://github.com/midudev/pokedex-for-ci
Last synced: about 1 year ago
JSON representation
Example project for explaining CI
- Host: GitHub
- URL: https://github.com/midudev/pokedex-for-ci
- Owner: midudev
- Created: 2021-08-08T11:28:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T22:30:24.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T10:06:25.985Z (over 1 year ago)
- Language: JavaScript
- Size: 140 KB
- Stars: 123
- Watchers: 3
- Forks: 603
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/midudev/pokedex-for-ci/actions/workflows/pipeline.yml)
# Full Stack open CI/CD
This repository is used for the CI/CD module of the Full stack open course
Fork the repository to complete course exercises
## Commands
Start by running `npm install` inside the project folder
`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