Skip to content

Commit

Permalink
Fix quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Mar 8, 2024
1 parent 0360f65 commit cea4b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/start/quickstart.md
Expand Up @@ -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/
Expand Down

0 comments on commit cea4b07

Please sign in to comment.