Skip to content

thanikc/laxar-tutorial

Repository files navigation

shop-demo

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.

Optimized version

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/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published