https://github.com/danilo-89/fullstackopen-orvel-cicd
Exercise for the Full Stack Open CI/CD course
https://github.com/danilo-89/fullstackopen-orvel-cicd
Last synced: 10 months ago
JSON representation
Exercise for the Full Stack Open CI/CD course
- Host: GitHub
- URL: https://github.com/danilo-89/fullstackopen-orvel-cicd
- Owner: danilo-89
- Created: 2024-02-24T18:42:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T11:05:41.000Z (over 2 years ago)
- Last Synced: 2025-01-16T22:26:09.612Z (over 1 year ago)
- Language: JavaScript
- Size: 438 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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
## 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
## Link of the other repository (11.1 - 11.19)
https://github.com/danilo-89/full-stack-open-pokedex