Run npm install
First, run npm run dev:a
. This will throw an exception, and the output will show:
Error: Cannot find module '../util/tool'
Then, run npm run dev:b
. This will work
Run npm run build
. This will build both example projects.
Then, either project can be run via npm run start:a
or npm run start:b
.