Initial commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | ||
| "name": "create-react-app-with-typescript", | ||
| "version": "4.0.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "@material-ui/core": "latest", | ||
| "@types/react": "latest", | ||
| "@types/react-dom": "latest", | ||
| "react": "latest", | ||
| "react-dom": "latest", | ||
| "react-scripts": "latest", | ||
| "typescript": "latest" | ||
| }, | ||
| "scripts": { | ||
| "start": "react-scripts start", | ||
| "build": "react-scripts build", | ||
| "test": "react-scripts test", | ||
| "eject": "react-scripts eject" | ||
| } | ||
| } |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
public/manifest.json
0 → 100644
src/App.tsx
0 → 100644
src/ProTip.tsx
0 → 100644
src/index.tsx
0 → 100644
src/react-app-env.d.ts
0 → 100644
src/theme.tsx
0 → 100644
tsconfig.json
0 → 100644
Please
register
or
sign in
to comment