# modernjs-ssr

## Running Demo

- host: [localhost:3050](http://localhost:3050/)
- remote: [localhost:3051](http://localhost:3051/)
- nested-remote: [localhost:3052](http://localhost:3052/)
- dynamic-remote: [localhost:3053](http://localhost:3053/)
- dynamic-nested-remote: [localhost:3054](http://localhost:3054/)
- remote-new-version: [localhost:3055](http://localhost:3055/)
- dynamic-remote-new-version: [localhost:3056](http://localhost:3056/)

## How to start the demos ?

```bash
# Root directory
pnpm i

nx build modern-js-plugin

pnpm run app:modern:dev

open http://localhost:3050/
```
