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: web-interface/README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Welcome to your new TanStack Start app!
1
+
Welcome to your new TanStack Start app!
2
2
3
3
# Getting Started
4
4
@@ -40,7 +40,6 @@ If you prefer not to use Tailwind CSS:
40
40
41
41
## Linting & Formatting
42
42
43
-
44
43
This project uses [eslint](https://eslint.org/) and [prettier](https://prettier.io/) for linting and formatting. Eslint is configured using [tanstack/eslint-config](https://tanstack.com/config/latest/docs/eslint). The following scripts are available:
45
44
46
45
```bash
@@ -49,8 +48,6 @@ bun --bun run format
49
48
bun --bun run check
50
49
```
51
50
52
-
53
-
54
51
## Routing
55
52
56
53
This project uses [TanStack Router](https://tanstack.com/router) with file-based routing. Routes are managed as files in `src/routes`.
@@ -68,7 +65,7 @@ Now that you have two routes you can use a `Link` component to navigate between
68
65
To use SPA (Single Page Application) navigation you will need to import the `Link` component from `@tanstack/react-router`.
0 commit comments