Intial Base
parents
Showing
.env
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
build/_snowpack/env.js
0 → 100644
build/_snowpack/pkg/@emotion/react.js
0 → 100644
build/_snowpack/pkg/@material-ui/core.js
0 → 100644
build/_snowpack/pkg/axios.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/_snowpack/pkg/common/index-57a74e37.js
0 → 100644
build/_snowpack/pkg/common/index-8dbeb7e4.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/_snowpack/pkg/dayjs.js
0 → 100644
build/_snowpack/pkg/import-map.json
0 → 100644
build/_snowpack/pkg/react-dom.js
0 → 100644
build/_snowpack/pkg/react-router-dom.js
0 → 100644
build/_snowpack/pkg/react.js
0 → 100644
build/favicon.ico
0 → 100644
File added
build/index.html
0 → 100644
build/robots.txt
0 → 100644
components/Layout/index.tsx
0 → 100644
components/List/index.tsx
0 → 100644
components/ListDetail/index.tsx
0 → 100644
components/ListItem/index.tsx
0 → 100644
next-env.d.ts
0 → 100644
package.json
0 → 100644
{ | ||
"name": "with-typescript", | ||
"version": "1.0.0", | ||
"scripts": { | ||
"dev": "next", | ||
"build": "next build", | ||
"start": "next start", | ||
"type-check": "tsc", | ||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix" | ||
}, | ||
"dependencies": { | ||
"@reduxjs/toolkit": "1.5.0", | ||
"axios": "0.21.1", | ||
"next": "latest", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"react-redux": "7.2.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^12.12.21", | ||
"@types/react": "^16.9.16", | ||
"@types/react-dom": "^16.9.4", | ||
"@types/react-redux": "7.1.16", | ||
"@typescript-eslint/eslint-plugin": "4.15.1", | ||
"@typescript-eslint/parser": "4.15.1", | ||
"eslint": "7.20.0", | ||
"eslint-config-prettier": "8.0.0", | ||
"eslint-plugin-jsx-a11y": "6.4.1", | ||
"eslint-plugin-prettier": "3.3.1", | ||
"eslint-plugin-react": "7.22.0", | ||
"eslint-plugin-react-hooks": "4.2.0", | ||
"prettier": "2.2.1", | ||
"sass": "1.32.8", | ||
"typescript": "4.0" | ||
}, | ||
"license": "MIT" | ||
} |
pages/_app.tsx
0 → 100644
pages/about.tsx
0 → 100644
pages/api/users/index.ts
0 → 100644
pages/api/users/me.ts
0 → 100644
pages/index.tsx
0 → 100644
pages/users/[id].tsx
0 → 100644
pages/users/index.tsx
0 → 100644
public/background.jpg
0 → 100644
352 KB
services/http-client.ts
0 → 100644
services/user.ts
0 → 100644
shared/constants/index.ts
0 → 100644
shared/enums/index.ts
0 → 100644
shared/interfaces/index.ts
0 → 100644
shared/types/index.ts
0 → 100644
shared/utils/sample-data.ts
0 → 100644
store/index.ts
0 → 100644
store/reducers.ts
0 → 100644
store/user.ts
0 → 100644
styles/index.scss
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.