An application used to demonstrate a simple CI/CD deployment pipeline using workflows in Github Actions.
Live Demo: https://pokemon-pokedex-three.vercel.app/
Start by running npm install
inside the project folder
npm start
to run the webpack dev servernpm test
to run testsnpm run eslint
to run eslintnpm run build
to make a production buildnpm run start-prod
to run your production build