- A simple webpack 5 template without a web framework such as React or Vue.js
- Run
npm install
to install all dependencies - Run
./run.sh
to start a local http server, this automatically opens a browser tab with URL http://127.0.0.1/3000 - Modify files under
src
and you can see changes automatically reflected in the browser
- Webpack 5
- Vanilla Javascript
- Axios
- Sass