mirror of
https://github.com/wickedest/Mergely.git
synced 2026-03-20 09:38:39 +08:00
23 lines
364 B
Markdown
23 lines
364 B
Markdown
# Mergely examples
|
|
|
|
## Mergely development server
|
|
|
|
To run the hot dev-server for development, you need to run:
|
|
|
|
```bash
|
|
$ npm start
|
|
```
|
|
|
|
After, the application can be accessed http://localhost:8080
|
|
|
|
## Mergely examples
|
|
|
|
These examples require a build.
|
|
|
|
```bash
|
|
$ npm run build:dist
|
|
$ npm run examples
|
|
```
|
|
|
|
After, the examples can be accessed http://localhost:3000
|