forked from fullstack-hy2020/full-stack-open-pokedex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
# 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 | ||
Other repository for 11.20 and 11.21: https://github.com/devserkan/redux-anecdotes-ci |