1)Install Node.js (last stable version) https://nodejs.org/en/
- open terminal;
- execute command:
npm install
(need to be executed once after project clone - to install packages); - execute command:
npm run local
- execute command:
npm run prod
- PORT - indicates port on which will work server
- execute command:
npx prettier --write "**/*.js"
- or
- execute command:
npx prettier --list-different "**/*.js"