Yes, the whole bunch.
It also copies src/index.html
to www/index.html
, but you can remove that part from the webpack config file in case you use PHP or whatever.
- NodeJS / NPM
- Run
npm i
- Run
npx webpack
ornpx webpack --watch
- Serve
www/
using a web server (e.g.php -S localhost:8000 -t www/
)