Skip to content

Commit 9b8a7e6

Browse files
chore: fix README typo & remove nvmrc (#4350)
* fix: fix README typo Signed-off-by: leesb971204 <leesb971204@gmail.com> * chore: remove nvmrc Signed-off-by: leesb971204 <leesb971204@gmail.com> --------- Signed-off-by: leesb971204 <leesb971204@gmail.com> Co-authored-by: Zack Jackson <25274700+ScriptedAlchemy@users.noreply.github.com>
1 parent 2feed2a commit 9b8a7e6

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

shared-routing/.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

shared-routing/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ This example demos a basic host application loading remote component.
1010

1111
# Running Demo
1212

13-
Run the following commands:
14-
15-
1. `nvm use`
16-
2. `yarn lerna bootstrap --npm-client yarn`
17-
3. `yarn build`
18-
19-
To run the applicatio, run `pnpm run start`. This will build all the apps `shell`, `dashboard`, `order`, `profile`, `sales` on different ports as shown below
13+
To run the application, run `pnpm run start`. This will build all the apps `shell`, `dashboard`, `order`, `profile`, `sales` on different ports as shown below
2014

2115
- [localhost:3000](http://localhost:3000/) (HOST) - `shell`
2216
- [localhost:3001](http://localhost:3001/) (STANDALONE REMOTE) - `dashboard`

0 commit comments

Comments
 (0)