Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Update entry point names
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Feb 17, 2021
1 parent 01d72d2 commit 144c3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Detailed documentation for Remix [is available at remix.run](https://remix.run/d

## Project Structure

All application source code is found in the `app` directory. This includes your application entry points for both server rendering (see `app/entry-server.ts`) and the browser (see `app/entry-browser.ts`), as well as your root component and routes (see `app/App.tsx` and `app/routes`).
All application source code is found in the `app` directory. This includes your application entry points for both server rendering (see `app/entry.server.tsx`) and the browser (see `app/entry.client.tsx`), as well as your root component and routes (see `app/root.tsx` and `app/routes`).

Everything in the `public` directory is served by `express.static`.

Expand Down

0 comments on commit 144c3dd

Please sign in to comment.