A starter for React with Typescript and many default packages I would use to start a project. This is a work in progress and I plan to make changes over time.
The application is set up using the demo app provided in the React Router docs, modified to use React Router + json-server.
You can find more about these in the following links: Vite, React, React Router, Typescript, Eslint, Prettier, Stylelint, Tailwind, and json-server.
Clone the repo and run pnpm install
After the successful installation of the packages: pnpm dev
. In another
terminal tab run pnpm json-server
to start the json-server.