See if a widget stumbles on the catwalk.
To install all dependencies run the following on your command line:
npm install
Then start the webpack development server:
npm start
You 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 optimize
Again, start the webpack development server:
npm start
The production-ready application can now be accessed at http://localhost:8080/
.