-
- Downloads
Initialize project
parents
Branches
No related tags found
Showing
- .gitignore 23 additions, 0 deletions.gitignore
- README.md 44 additions, 0 deletionsREADME.md
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 39 additions, 0 deletionspackage.json
- public/favicon.ico 0 additions, 0 deletionspublic/favicon.ico
- public/index.html 43 additions, 0 deletionspublic/index.html
- public/logo192.png 0 additions, 0 deletionspublic/logo192.png
- public/logo512.png 0 additions, 0 deletionspublic/logo512.png
- public/manifest.json 25 additions, 0 deletionspublic/manifest.json
- public/robots.txt 3 additions, 0 deletionspublic/robots.txt
- src/core/App.tsx 23 additions, 0 deletionssrc/core/App.tsx
- src/index.tsx 11 additions, 0 deletionssrc/index.tsx
- src/react-app-env.d.ts 1 addition, 0 deletionssrc/react-app-env.d.ts
- src/serviceWorker.ts 149 additions, 0 deletionssrc/serviceWorker.ts
- src/tests/setupTests.ts 5 additions, 0 deletionssrc/tests/setupTests.ts
- tsconfig.json 25 additions, 0 deletionstsconfig.json
.gitignore
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
package.json
0 → 100644
{ | |||
"name": "bodysch-frontend", | |||
"version": "0.1.0", | |||
"private": true, | |||
"dependencies": { | |||
"@testing-library/jest-dom": "^4.2.4", | |||
"@testing-library/react": "^9.5.0", | |||
"@testing-library/user-event": "^7.2.1", | |||
"@types/jest": "^24.9.1", | |||
"@types/node": "^12.12.29", | |||
"@types/react": "^16.9.23", | |||
"@types/react-dom": "^16.9.5", | |||
"react": "^16.13.0", | |||
"react-dom": "^16.13.0", | |||
"react-scripts": "3.4.0", | |||
"typescript": "^3.7.5" | |||
}, | |||
"scripts": { | |||
"start": "react-scripts start", | |||
"build": "react-scripts build", | |||
"test": "react-scripts test", | |||
"eject": "react-scripts eject" | |||
}, | |||
"eslintConfig": { | |||
"extends": "react-app" | |||
}, | |||
"browserslist": { | |||
"production": [ | |||
">0.2%", | |||
"not dead", | |||
"not op_mini all" | |||
], | |||
"development": [ | |||
"last 1 chrome version", | |||
"last 1 firefox version", | |||
"last 1 safari version" | |||
] | |||
} | |||
} |
public/favicon.ico
0 → 100644
3.08 KiB
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KiB
public/logo512.png
0 → 100644
9.44 KiB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/core/App.tsx
0 → 100644
src/index.tsx
0 → 100644
src/react-app-env.d.ts
0 → 100644
src/serviceWorker.ts
0 → 100644
src/tests/setupTests.ts
0 → 100644
tsconfig.json
0 → 100644