File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
# Welcome to Forge 42 base-stack
8
8
9
9
This is a base-stack for Forge 42 projects. This stack is a starting point for all Forge 42 stacks with more
10
- advanced features. This is an ESM Vite stack with Remix.run.
10
+ advanced features. This is an ESM Vite stack with Remix.run / React Router v7 .
11
11
12
12
It includes a basic setup for a project with Remix.run and:
13
13
- TypeScript
@@ -20,7 +20,7 @@ It includes a basic setup for a project with Remix.run and:
20
20
- Icons spritesheet generator
21
21
- lefthook hooks
22
22
- CI checks for quality control
23
- - remix-development-tools
23
+ - react-router-devtools
24
24
- Hono server
25
25
- .env var handling for server and client
26
26
- SEO robots.txt, sitemap-index and sitemap built in.
@@ -81,6 +81,6 @@ After it is run it will remove itself from the package.json.
81
81
82
82
5 . Start the development server:
83
83
``` bash
84
- npm run dev
84
+ pnpm run dev
85
85
```
86
86
6 . Happy coding!
You can’t perform that action at this time.
0 commit comments