Clone the project
git clone https://github.com/mkoroleva5/online-store.gitGo to the project directory
cd online-storeInstall dependencies
npm iStart the server
npm run devTo build this project run
npm run buildTo run tests, run the following command
npm run test

