TO-DO list is a simple project that is created using JavaScript and bundled using Webpack.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Setup git if you donβt have git. Setup node if you donβt have node.js.
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:simplegoose/todo-list.git
or
git clone https://github.com/simplegoose/todo-list.git
-
Install this project with:
cd my-project
npm install
-
To run the project, execute the following command:
npm start
π€ Simplegoose
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project leave me a start on github.
I would like to thank Microverse.
This project is MIT licensed.