- run
npm install
- run
npm run build
and select your devtool. - Open index.html with your browser and use the devtools to see your sourcemap results.
npm start
will start node in debugger mode and provide a url for chrome. look for your sourcemap results.
client and server files are generated since its not possible to use a single js file for both.