See if a widget stumbles on the catwalk.
To install all dependencies run the following on your command line:
npm installThen start the webpack development server:
npm startYou should now be able to see your application running at http://localhost:8080/debug.html.
For more information, check out the LaxarJS documentation.
To create a production bundle:
npm run optimizeAgain, start the webpack development server:
npm startThe production-ready application can now be accessed at http://localhost:8080/.