bungambohlah / dicoding-webpack-webcomponent-food

Simple food recipes app using Webpack 5 (+ Plugins) + Tailwindcss + HTML 5 Web Component

Home Page:https://foodrecipes.afif.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍚🍰 Simple Food Recipes

License: MIT

Simple food recipes app that provide food recipes information from TheMealDB using sensible webpack 5 boilerplate using Babel, PostCSS and Sass.

Table of Contents

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm start

You can view the development server at localhost:3005.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Features

Dependencies

webpack

Babel

Loaders

Plugins

Linters

Link

Visit at foodrecipes.afif.dev

Author

Hello there πŸ‘‹πŸ», my name is Afif Abdillah Jusuf and I'm a Full-Stack Developer.

I'm currently working as a Software Engineer.

Graduated from Politeknik Elektronika Negeri Surabaya as Associate Degree in Informatics Engineering.

Nice to meet you.

Visit my personal site at afif.dev.

License

This project is open source and available under the MIT License.

About

Simple food recipes app using Webpack 5 (+ Plugins) + Tailwindcss + HTML 5 Web Component

https://foodrecipes.afif.dev

License:MIT License


Languages

Language:JavaScript 86.9%Language:HTML 8.7%Language:SCSS 4.4%