In this project, I will build a simple HTML list of To Do tasks. The list will be styled according to the specifications listed later in this lesson. This simple web page will be built using webpack and served by a webpack dev server.
- Use webpack to bundle JavaScript.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
- CSS, HTML, JavaScript (ES6)
- luxon
- webpack
- single page aplication
- Clone this repo locally using git and the following git command
git clone https://github.com/carlosmuerto/to-do-list-webpack
- or with GitHub CLI
gh repo clone carlosmuerto/to-do-list-webpack
- install dependency
npm install
- Run dev server
npm start
- to Run a Compliler
and to a Watch Compliler
npm run build
npm run watch
👤 Carlos Vivas
- GitHub: @carlosmuerto
- LinkedIn: LinkedIn
👤 Addis Tsega
- GitHub: @Aseadd
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.