Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.53 KB

README.md

File metadata and controls

63 lines (39 loc) · 1.53 KB

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.