From 847b685e0a5ec5ca28b8e93fd0db5ad975f42ed7 Mon Sep 17 00:00:00 2001 From: Rohith Ramakrishnan <6977429+MadaraUchiha-314@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:55:44 -0700 Subject: [PATCH] chore: update docs for server start --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b356ef0..72974ba 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ npm install npm run build --workspaces --if-present # Run the http server -npx http-server . +npm run start # Goto URL: http://localhost:8080/packages/examples/project-a/dist/rollup/esm/ ```