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.
- Html
- Css
- Javascript Modules
- Webpack
To get a local copy up and running follow these simple example steps.
- Have a Desktop or Laptop Computer running on with Windows, Mac OS or Linux operating system.
- Have git installed on the Computer
- Have a browser install on the Computer
- If it suits you, on your local computer, create a directory in your preferred location (e.g in the Desktop or Document directory)
- To clone the project on your machine: Type
git clone https://github.com/NahnahAJ/To-Do-List.git
if your're using https with git orgit clone git@github.com:NahnahAJ/To-Do-List.git
if you prefer ssh and hit enter. - To install webpack and project dependencies (a packet manager is required):
npm install
- To build project files in development mode (the destination folder is /dist):
npm run build
- To build project files in production mode (the destination folder is /dist):
npm run dist
- To run the project on webpack live server:
npm run start
- You can view the HTML document in your preferred or default browser.
👤 Nahnah Ahjuwah
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Font Awesome
- Microverse
This project is MIT licensed.