This Web Application has been designed using the next tools:
1. First you need to install following
(if you have previous knowledge about nodeJS skip to 2nd step)
Installing Node.js here and follow the wizard to installation
Learn about Node.js installation instructions for diferent Operating Systems Here
2. Installing Yarn
Choose the instructions according to your OS in the next URL Instructions
3. Install dependencies
yarn4. Run the project
yarn start5. Execute eslint
yarn lint6. Run test
yarn test7. Build the project
yarn build