Full Stack open CI/CD
This repository is used for the CI/CD module of the Full stack open course
Start by running npm install
inside the project folder
npm start
to run the webpack dev servernpm test
to run testsnpm run eslint
to run eslintnpm run build
to make a production buildnpm run start-prod
to run your production build