No description
  • JavaScript 89.3%
  • CSS 10%
  • HTML 0.7%
Find a file
Jaro Heinonen 51166acec4
Some checks failed
Hello World! / hello_world_job (push) Waiting to run
/ simple_deployment_pipeline (push) Has been cancelled
/ tag_release (push) Has been cancelled
Update simple deployment pipeline
2025-01-14 16:00:09 +02:00
.github/workflows Update simple deployment pipeline 2025-01-14 16:00:09 +02:00
e2e-tests setup playwright 2025-01-14 14:26:08 +02:00
public Rename pokemons to pokemon 2020-06-02 09:35:17 +03:00
src fix eslint errors 2025-01-14 14:15:15 +02:00
test fix eslint errors 2025-01-14 14:15:15 +02:00
tests-examples fix eslint issues 2025-01-14 14:32:14 +02:00
.babelrc Add tests 2020-05-27 15:44:35 +03:00
.eslintignore Add same eslint config as in course module 5 2020-05-27 08:50:23 +03:00
.eslintrc.js fix eslint errors 2025-01-14 14:15:15 +02:00
.gitignore setup playwright 2025-01-14 14:26:08 +02:00
.prettierrc fix eslint errors 2025-01-14 14:15:15 +02:00
app.js add health check 2025-01-14 14:47:22 +02:00
package-lock.json setup playwright 2025-01-14 14:26:08 +02:00
package.json setup playwright 2025-01-14 14:26:08 +02:00
playwright.config.js setup playwright 2025-01-14 14:26:08 +02:00
README.md Add command to serve production build 2020-10-14 11:02:00 +03:00
webpack.config.js node 20 2024-01-08 14:30:09 +02:00

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