/full-stack-open-pokedex

This repository is used for the CI/CD module of the Full stack open course

Primary LanguageJavaScript

Full Stack open CI/CD

Website

https://winter-flower-5452.fly.dev/

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