First of all install npm
npm i
npm start
npm test
npm run test-coverage
The first one will run the interactive cli interface and the second will compute the coverage of the tests
npm run build
It will produce the bundle in the ./build/ folder. You can upload the content in your distant server.