Go to file
2022-12-05 19:50:13 +09:00
.vscode Add yarn sdk for vscode 2022-11-30 23:55:17 +09:00
.yarn Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00
constants Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00
pages Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00
public init nextjs 2022-11-30 17:11:45 +09:00
styles init nextjs 2022-11-30 17:11:45 +09:00
utils Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00
.eslintignore add: eslint, prettier setting 2022-11-30 19:36:59 +09:00
.eslintrc.js Add eslint cnofig for nextjs 2022-11-30 23:58:48 +09:00
.gitignore init nextjs 2022-11-30 17:11:45 +09:00
.pnp.cjs Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00
.pnp.loader.mjs Upgrade yarn version to support pnp 2022-11-30 23:18:18 +09:00
.prettierignore add: eslint, prettier setting 2022-11-30 19:36:59 +09:00
.prettierrc.js add: eslint, prettier setting 2022-11-30 19:36:59 +09:00
.yarnrc.yml Upgrade yarn version to support pnp 2022-11-30 23:18:18 +09:00
iron.config.ts Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00
next-env.d.ts init nextjs 2022-11-30 17:11:45 +09:00
next.config.js fix: twice rendering setting 2022-12-01 17:33:37 +09:00
package.json Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00
README.md init nextjs 2022-11-30 17:11:45 +09:00
tsconfig.json init nextjs 2022-11-30 17:11:45 +09:00
yarn.lock Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.