npm install
npm start
open http://localhost:3000
npm run build
npm intall -g serve
serve -s build
npm test (The tests for Service must fail since it doesn't fetch an external API. With this framework, I can't do hosting and testing in the same time)