File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77# Welcome to Forge 42 base-stack
88
99This 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 .
1111
1212It includes a basic setup for a project with Remix.run and:
1313- TypeScript
@@ -20,7 +20,7 @@ It includes a basic setup for a project with Remix.run and:
2020- Icons spritesheet generator
2121- lefthook hooks
2222- CI checks for quality control
23- - remix-development-tools
23+ - react-router-devtools
2424- Hono server
2525- .env var handling for server and client
2626- 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.
8181
82825 . Start the development server:
8383``` bash
84- npm run dev
84+ pnpm run dev
8585```
86866 . Happy coding!
You can’t perform that action at this time.
0 commit comments