https://github.com/fullstack-hy2020/full-stack-open-pokedex
https://github.com/fullstack-hy2020/full-stack-open-pokedex
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fullstack-hy2020/full-stack-open-pokedex
- Owner: fullstack-hy2020
- Created: 2024-01-10T09:59:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T08:18:38.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T00:07:20.663Z (about 1 year ago)
- Language: JavaScript
- Size: 301 KB
- Stars: 5
- Watchers: 1
- Forks: 825
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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