Minimalist To Do list to organize your day within your web browser
- HTML
- CSS3
- JavaScript
- Webpack
You'll need to have git and npm installed in you environment to follow these instructions. To install git go to https://git-scm.com/book/en/v2/Getting-Started-Installing-Git To install npm go to https://nodejs.org/en/
To get a local copy of the repository please run the following commands on your terminal:
$ cd <folder>
$ git clone git@github.com:mariordgez/todo-list.git
$ cd To-Do-List
To be able to run the project, you'll need to have webpack installed
$ npm install webpack webpack-cli --save-dev
With this, you can use
$ npm run build
$ npm start
To build the project and to start a server, respectively. npm start
should open the page in a browser by itself, if it
doesn't, you can just access localhost:8080
to see the project.
👤 Mario Alberto Rodriguez Cota
- GitHub: @mariordgez
- Twitter: @MarioRo75396624
- LinkedIn: LinkedIn
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!