Skip to content

Commit

Permalink
feat: add react17 app
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarella1110 committed Aug 9, 2022
1 parent fd85942 commit 2918c63
Show file tree
Hide file tree
Showing 31 changed files with 9,450 additions and 119 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,20 @@
"scripts": {
"postinstall": "run-p install:*",
"install:shell": "npm install --prefix shell",
"install:react-app": "npm install --prefix react-app",
"install:react17-app": "npm install --prefix react17-app",
"install:react18-app": "npm install --prefix react18-app",
"dev": "run-p dev:*",
"dev:shell": "npm run dev --prefix shell",
"dev:react-app": "npm run dev --prefix react-app",
"dev:react17-app": "npm run dev --prefix react17-app",
"dev:react18-app": "npm run dev --prefix react18-app",
"build": "run-p build:*",
"build:shell": "npm run build --prefix shell",
"build:react-app": "npm run build --prefix react-app",
"build:react17-app": "npm run build --prefix react17-app",
"build:react18-app": "npm run build --prefix react18-app",
"start": "run-p start:*",
"start:shell": "npm start --prefix shell",
"start:react-app": "npm start --prefix react-app",
"start:react17-app": "npm start --prefix react17-app",
"start:react18-app": "npm start --prefix react18-app",
"format": "npx prettier --ignore-path .gitignore --write ."
},
"devDependencies": {
Expand Down
10 changes: 0 additions & 10 deletions react-app/src/bootstrap.tsx

This file was deleted.

1 change: 0 additions & 1 deletion react-app/src/components/Home.tsx

This file was deleted.

Loading

0 comments on commit 2918c63

Please sign in to comment.