Submission for Menjadi Front-End Web Developer Expert class from Dicoding
install dependency
npm installrun in development mode
npm run start-devrun test
npm run testrun end-to-end testing
npm run e2eNote: you need to run the app first!
build the app
npm run buildMIT