From cea4b07317c5b97bad4c921b7e767cc435275001 Mon Sep 17 00:00:00 2001 From: Mark Dalgleish Date: Fri, 8 Mar 2024 16:28:30 +1100 Subject: [PATCH] Fix quick start --- docs/start/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/start/quickstart.md b/docs/start/quickstart.md index 35368da22b7..26c7c252e7e 100644 --- a/docs/start/quickstart.md +++ b/docs/start/quickstart.md @@ -112,12 +112,12 @@ Now you can run your app with `remix-serve`: ```shellscript nonumber # note the dash! -npx remix-serve build/index.js +npx remix-serve build/server/index.js ``` You should be able to open up [http://localhost:3000][http-localhost-3000] and see the "hello world" page. -Aside from the Vite config and the unholy amount of code in `node_modules`, our Remix app is just one file: +Aside from the unholy amount of code in `node_modules`, our Remix app is just one file: ``` ├── app/