- Clone this repo and change the
origin
git remote. - Install node modules:
npm install
npm run build
- Files output to
public/dev/
.
npm start
open http://localhost:8080/
- The configuration is
webpack.config.js
. - Static HTML and asset files are served from
server/dev/
.
Uncomment the @import '~css-globals/index';
in app/views/View3
:
webpack-dev-server
and webpack
commands both hang...
It seems like ~3 imports of the same file is about the limit.