project setup
parent
3ba0e4db
No related branches found
No related tags found
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
Showing
- daily-thought-frontend/.eslintrc.json 3 additions, 0 deletionsdaily-thought-frontend/.eslintrc.json
- daily-thought-frontend/.gitignore 36 additions, 0 deletionsdaily-thought-frontend/.gitignore
- daily-thought-frontend/README.md 38 additions, 0 deletionsdaily-thought-frontend/README.md
- daily-thought-frontend/next.config.js 6 additions, 0 deletionsdaily-thought-frontend/next.config.js
- daily-thought-frontend/package-lock.json 477 additions, 0 deletionsdaily-thought-frontend/package-lock.json
- daily-thought-frontend/package.json 19 additions, 0 deletionsdaily-thought-frontend/package.json
- daily-thought-frontend/public/favicon.ico 0 additions, 0 deletionsdaily-thought-frontend/public/favicon.ico
- daily-thought-frontend/public/next.svg 1 addition, 0 deletionsdaily-thought-frontend/public/next.svg
- daily-thought-frontend/public/thirteen.svg 1 addition, 0 deletionsdaily-thought-frontend/public/thirteen.svg
- daily-thought-frontend/public/vercel.svg 1 addition, 0 deletionsdaily-thought-frontend/public/vercel.svg
- daily-thought-frontend/src/pages/_app.tsx 6 additions, 0 deletionsdaily-thought-frontend/src/pages/_app.tsx
- daily-thought-frontend/src/pages/_document.tsx 13 additions, 0 deletionsdaily-thought-frontend/src/pages/_document.tsx
- daily-thought-frontend/src/pages/index.tsx 23 additions, 0 deletionsdaily-thought-frontend/src/pages/index.tsx
- daily-thought-frontend/src/pages/test.tsx 13 additions, 0 deletionsdaily-thought-frontend/src/pages/test.tsx
- daily-thought-frontend/src/styles/Home.module.css 0 additions, 0 deletionsdaily-thought-frontend/src/styles/Home.module.css
- daily-thought-frontend/src/styles/globals.css 0 additions, 0 deletionsdaily-thought-frontend/src/styles/globals.css
- daily-thought-frontend/tsconfig.json 23 additions, 0 deletionsdaily-thought-frontend/tsconfig.json
daily-thought-frontend/.eslintrc.json
0 → 100644
daily-thought-frontend/.gitignore
0 → 100644
daily-thought-frontend/README.md
0 → 100644
daily-thought-frontend/next.config.js
0 → 100644
daily-thought-frontend/package-lock.json
0 → 100644
daily-thought-frontend/package.json
0 → 100644
daily-thought-frontend/public/favicon.ico
0 → 100644
25.3 KiB
daily-thought-frontend/public/next.svg
0 → 100644
daily-thought-frontend/public/thirteen.svg
0 → 100644
daily-thought-frontend/public/vercel.svg
0 → 100644
daily-thought-frontend/src/pages/_app.tsx
0 → 100644
daily-thought-frontend/src/pages/index.tsx
0 → 100644
daily-thought-frontend/src/pages/test.tsx
0 → 100644
daily-thought-frontend/tsconfig.json
0 → 100644