-
- Downloads
chore: setup apps/todo react project
Showing
- .gitignore 24 additions, 0 deletions.gitignore
- apps/todo/.eslintrc.cjs 14 additions, 0 deletionsapps/todo/.eslintrc.cjs
- apps/todo/index.html 13 additions, 0 deletionsapps/todo/index.html
- apps/todo/package.json 23 additions, 7 deletionsapps/todo/package.json
- apps/todo/public/vite.svg 1 addition, 0 deletionsapps/todo/public/vite.svg
- apps/todo/src/App.css 42 additions, 0 deletionsapps/todo/src/App.css
- apps/todo/src/App.tsx 35 additions, 0 deletionsapps/todo/src/App.tsx
- apps/todo/src/assets/react.svg 1 addition, 0 deletionsapps/todo/src/assets/react.svg
- apps/todo/src/index.css 69 additions, 0 deletionsapps/todo/src/index.css
- apps/todo/src/main.tsx 10 additions, 0 deletionsapps/todo/src/main.tsx
- apps/todo/src/vite-env.d.ts 1 addition, 0 deletionsapps/todo/src/vite-env.d.ts
- apps/todo/tsconfig.json 25 additions, 0 deletionsapps/todo/tsconfig.json
- apps/todo/tsconfig.node.json 10 additions, 0 deletionsapps/todo/tsconfig.node.json
- apps/todo/vite.config.ts 7 additions, 0 deletionsapps/todo/vite.config.ts
- pnpm-lock.yaml 1768 additions, 0 deletionspnpm-lock.yaml
.gitignore
0 → 100644
apps/todo/.eslintrc.cjs
0 → 100644
apps/todo/index.html
0 → 100644
apps/todo/public/vite.svg
0 → 100644
apps/todo/src/App.css
0 → 100644
apps/todo/src/App.tsx
0 → 100644
apps/todo/src/assets/react.svg
0 → 100644
apps/todo/src/index.css
0 → 100644
apps/todo/src/main.tsx
0 → 100644
apps/todo/src/vite-env.d.ts
0 → 100644
apps/todo/tsconfig.json
0 → 100644
apps/todo/tsconfig.node.json
0 → 100644
apps/todo/vite.config.ts
0 → 100644
pnpm-lock.yaml
0 → 100644
This diff is collapsed.
Please register or sign in to comment