This project is as simplified todo list crud.
- HTML
- CSS
- JavaScript
- Webpack
To get a local copy up and running follow these simple example steps.
- Install webpack dependencies
- lodash librrary needs to be installed.
run the following commands
- npm install webpack webpack-cli --save-dev
- npm install --save lodash
- npm install --save-dev webpack-dev-server
For testing you can do it with the command:
- npm start
You can build the project using the command:
- npm run build
👤 **Fernando Saldaña
- GitHub: @fasaldana
- Twitter: @Fernandosal98
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.