You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/e2e-tests/test-applications/create-remix-app-v2/README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,12 @@ Make sure to deploy the output of `remix build`
39
39
40
40
### Using a Template
41
41
42
-
When you ran `npx create-remix@latest` there were a few choices for hosting. You can run that again to create a new project, then copy over relevant code/assets from your current app to the new project that's pre-configured for your target server.
42
+
When you ran `npx create-remix@latest` there were a few choices for hosting. You can run that again to create a new
43
+
project, then copy over relevant code/assets from your current app to the new project that's pre-configured for your
44
+
target server.
43
45
44
-
Most importantly, this means everything in the `app/` directory, but if you've further customized your current application outside of there it may also include:
46
+
Most importantly, this means everything in the `app/` directory, but if you've further customized your current
47
+
application outside of there it may also include:
45
48
46
49
- Any assets you've added/updated in `public/`
47
50
- Any updated versions of root files such as `.eslintrc.js`, etc.
0 commit comments