To run this project localy you have to install
- Node >=14.17 - for
CLIENT
I used the following technologies to create this project
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Use the package manager npm to install node_modules required for this app.
Run in root folder following commands
npm install then
npm startto start webpack dev server. Application will be running on http://localhost
To run tests go to root folder and run following command
npm run test