Example project for explaining CI
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.
 
 
 
midudev dc7f9e4f04 Optimize npm install with ci 3 years ago
.github/workflows Optimize npm install with ci 3 years ago
cypress/integration Add E2E tests to deployment pipeline 3 years ago
public Add project 3 years ago
src Fix Next link with correct info 3 years ago
test Add project 3 years ago
.babelrc Add project 3 years ago
.eslintignore Add project 3 years ago
.eslintrc.js Fix lint errors 3 years ago
.gitignore Ignore cypress folders 3 years ago
README.md Add GitHub Actions badge status 3 years ago
app.js Add E2E tests to deployment pipeline 3 years ago
cypress.json Optimize CI with npm ci and video cypress to false 3 years ago
package-lock.json Add project 3 years ago
package.json Add E2E tests to deployment pipeline 3 years ago
webpack.config.js Add project 3 years ago

README.md

Deployment Pipeline

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