814942 / pokedex-for-ci

Example project for explaining CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example project for explaining CI


Languages

Language:JavaScript 78.7%Language:CSS 20.0%Language:HTML 1.4%