Submission for Menjadi Front-End Web Developer Expert class from Dicoding
install dependency
npm install
run in development mode
npm run start-dev
run test
npm run test
run end-to-end testing
npm run e2e
Note: you need to run the app first!
build the app
npm run build
MIT