An open API service indexing awesome lists of open source software.

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

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