Install node
and npm
. Run npm install
to install the dependencies.
Use npm run dev
to open the UI in localhost
To run test suits, use npm run test
and to run with coverage, use npm run cover
,
remember to clear test cache inbetween test sections with npm run clear_jest