Files
Mergely/examples/README.md
2026-02-23 19:47:18 +00:00

364 B

Mergely examples

Mergely development server

To run the hot dev-server for development, you need to run:

$ npm start

After, the application can be accessed http://localhost:8080

Mergely examples

These examples require a build.

$ npm run build:dist
$ npm run examples

After, the examples can be accessed http://localhost:3000