Skip to content

In this project, you 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.

Notifications You must be signed in to change notification settings

AlierPM/To-Do-List

Repository files navigation

To Do list App: list structure

In this project, you 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.

Webpack ( To-Do-List App ) Setup

Frontend environment for building JavaScript applications

Includes the following features...

Babel Loader Sass Loader With Dart Sass HTMLWebpackPlugin WebpackDevServer Asset Resource Loader Source Maps Caching

Usage

Run Dev Server (Port 3000)

    npm run dev

Build for production

    npm run build

The demo app is a To-Do-List. Build in a webpack environment

  • index.js (main javascript)
  • index.html (template)
  • styles/style.css

Author

👤 Alier Philip Maguet

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

In this project, you 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published