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
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