Webpack To Do List is a milestone project for microverse student in JavaScript Module to learn about Webpack and ES6
- Fast and Optimized by Webpack
To get a local copy up and running, follow these steps.
In order to run this project you need:
node
Clone this repository to your desired folder:
git clone https://github.com/ichsansandy/webpack-todo-list-microverse.git
Install this project with:
cd webpack-todo-list-microverse
npm install
it will install the required package for running the project
In this project , its included linter for HTML, CSS and JavaScript To use them, execute the following command:
npx hint .
npx stylelint "**/*.{css,scss}"
npx eslint .
To build the webpack bundle you can run this command
npm run build
You can deploy this on your local dev server
npm run start
Once success it will automaticly running, you should see your application working at: http://localhost:8080/. Every change you make in js or css files now should be reflected in a browser a few seconds later.
You can run test using this command
npm run test
This project use jest to test some function in the javascript modules
👤 Ichsan Sandy
- GitHub: @ichsansandy
- Twitter: @1chsansandy
- LinkedIn: Ichsan Sandy
👤 Andry Narson
- GitHub: @rbd3
- Twitter: @Narson321
- LinkedIn @Andry Narson Rabedesana
👤 Diana Beki
- Add Account System
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can share this project to your friend
I would like to thank microverse for this project
This project is MIT licensed.