Make sure you have installed node
and npm
on your machine
Please execute following command to install all required modules:
npm install
To build the appliaction execute:
npm run build
To run the appliaction execute:
npm start
To execute Unit Tests:
npm run test