You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[![Deployment Pipeline](https://github.com/midudev/pokedex-for-ci/actions/workflows/pipeline.yml/badge.svg)](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
|