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: templates/README.md.hbs
+12-19Lines changed: 12 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
# {{projectName}}
7
7
8
-
A TinyBase app built with {{#iftypescript}}TypeScript{{else}}JavaScript{{/if}} and {{#ifreact}}React{{/if}}{{#ifvanilla}}Vanilla JS{{/if}}{{#ifsvelte}}Svelte{{/if}}.
8
+
A TinyBase app built with {{#iftypescript}}TypeScript{{else}}JavaScript{{/if}} and {{frameworkName}}.
9
9
10
10
## Getting Started
11
11
@@ -43,26 +43,19 @@ This project is organized into {{#if server}}two main directories{{else}}a singl
43
43
44
44
### Client
45
45
46
-
The `client` directory contains your {{#ifreact}}React-based{{/if}}{{#ifvanilla}}vanilla JavaScript{{/if}}{{#ifsvelte}}Svelte-based{{/if}} web application,
46
+
The `client` directory contains your {{clientFrameworkDescription}} web application,
47
47
built with Vite and {{#iftypescript}}TypeScript{{else}}JavaScript{{/if}}.
48
48
49
49
#### Key Files
50
50
51
-
- **`index.html`** - The main HTML file that loads your app
52
-
- **`src/index.{{entryExt}}`** - Entry point that bootstraps the application{{#ifreact}} and renders the React component tree{{/if}}{{#ifsvelte}} and mounts the Svelte app{{/if}}
53
-
- **`src/{{#ifreact}}App{{/if}}{{#ifvanilla}}app{{/if}}{{#ifsvelte}}App{{/if}}.{{#ifvanilla}}{{scriptExt}}{{else}}{{componentExt}}{{/if}}`** - {{#ifreact}}Main React component that renders the {{#if (eqappType"todos")}}todo list{{elseif (eq appType "chat")}}chat interface{{elseif (eq appType "drawing")}}drawing
0 commit comments