This simple web page is built using webpack and served by a webpack dev server
- HTML, CSS, Javascript
To get a local copy up and running follow these setup steps.
Setup
- Open terminal and clone the project:
git clone https://github.com/Yazino12/todo-list.git
- cd into the directory
todo-list
Prerequisites
- You need to have
node.js
installed in your system
Install
- On your terminal run :
npm i
- For Webpack to build and bundle the app files :
npm run build
- For Webpack to start the development server :
npm run start
- In case you run into any errors please raise an issue.
Usage
- You may use this project as you like.
- Link here: Live
👤 Yasin Warsame
- GitHub: @Yazino12
- Twitter: @yasino24
- LinkedIn: yasin-warsame
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- This was not possible without the help of Microverse.
This project is MIT licensed.