Skip to content

ziirou/full-stack-open-pokedex

 
 

Repository files navigation

Full Stack open CI/CD (exercises 11.1-11.19)

This repository contains the answers for the exercises of part 11 (the CI/CD module) of the Full Stack Open course (https://fullstackopen.com/en/part11).

Other parts could be found here: https://github.com/ziirou/fullstackopen

This repository is forked from https://github.com/fullstack-hy2020/full-stack-open-pokedex

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 test:e2e to run end-to-end tests npm run eslint to run eslint npm run build to make a production build npm run start-prod to run your production build

About

This repository contains the answers for the exercises of part 11 of the Full Stack Open course (https://fullstackopen.com/en/part11).

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.6%
  • CSS 17.3%
  • HTML 1.2%
  • Shell 0.9%