Awesome
Restolobe
Simple Restaurant Catalog Web Apps for Dicoding's Front End Developer Expert Course Final Submission
Feature
- Bundled and Optimized with Webpack
- HTML Custom Element
- Using Javascript Clean Code and Architecture Guide
- SCSS for styling
- Responsive
- Progressive Web Apps Integration
- IndexedDB Database
- Build-time Image size optimization
- Unit testing
- Integration Testing
How To Use
- Clone this project
- run
npm install
oryarn install
- <b>For Development Mode</b>, run
yarn start-dev
- run
npm run build-images
oryarn build-images
to optimize images - run
npm run build
oryarn build
to build the project - run
npm run start
oryarn start
to start the server
Contribution
Found typos? Wanna add new feature?
Feel free to pull request and will be merged ASAP