Test project to practice in:
- HTML
- CSS
- JS
- [NEW] And webpack
Clone repo
cd YOUR_PATH
git clone https://github.com/sviperm/doctors-list.git
Install npm dependencies
npm install
Generate main.js
npx webpack
Hint: if you run this command you will not have to rerun webpack every time you make a change
npx webpack --watch