You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9c4cfe420e | 3 years ago | |
---|---|---|
.github/workflows | 3 years ago | |
cypress/integration | 3 years ago | |
public | 3 years ago | |
src | 3 years ago | |
test | 3 years ago | |
.babelrc | 3 years ago | |
.eslintignore | 3 years ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
app.js | 3 years ago | |
cypress.json | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
webpack.config.js | 3 years ago |
README.md
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