Clone the repo and install dependencies:
git clone --depth 1 --branch main git@github.com:MadMax2506/react-template.git your-project-name
cd your-project-name
npm i -g pnpm vite
pnpm i
- Adjust custom settings in
index.html
- Adjust app name in
public\locales\de\common.json
andpublic\locales\en\common.json
- Replace
<USER>
and<PROJECT>
insrc\components\Todo\TodoLink.tsx
with the related GitHub information
Start the app in the dev
environment:
pnpm i
pnpm start:dev
Start the app in the prod
environment:
pnpm i
pnpm build
pnpm start:prod