A static web that show dummy restaurants. API Source: Dicoding Restaurant API
- A single page PWA
- Built using HTML, CSS, and Vanilla JS
- Can be used offline by use dynamic caching with service worker
- Can save information about favorite restaurants using Indexed DB
- Code splitting optimization using split chunks
- Integration test using karma and jasmine
- End to end test using codeceptjs and puppeteer
Use the package manager npm to install dependencies.
npm installTo use in development mode
npm run start-devTo use in production mode
npm run buildTo run integration test
npm run testTo run end to end test
npm run e2eThis site has been deployed at weltiresto