ignews

所属分类:构建工具
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2021-10-09 02:44:05
上 传 者sh-1993
说明:  用Next.js构建的简单新闻提要应用程序。
(A simple news feed app built with Next.js.)

文件列表:
.eslintrc.json (40, 2021-10-08)
next-env.d.ts (245, 2021-10-08)
next.config.js (46, 2021-10-08)
package.json (785, 2021-10-08)
public/ (0, 2021-10-08)
public/favicon.png (935, 2021-10-08)
public/images/ (0, 2021-10-08)
public/images/avatar.svg (31230, 2021-10-08)
public/images/logo.svg (4682, 2021-10-08)
src/ (0, 2021-10-08)
src/components/ (0, 2021-10-08)
src/components/ActiveLink/ (0, 2021-10-08)
src/components/ActiveLink/index.tsx (521, 2021-10-08)
src/components/Header/ (0, 2021-10-08)
src/components/Header/index.tsx (639, 2021-10-08)
src/components/Header/styles.module.scss (933, 2021-10-08)
src/components/SignInButton/ (0, 2021-10-08)
src/components/SignInButton/index.tsx (725, 2021-10-08)
src/components/SignInButton/styles.module.scss (452, 2021-10-08)
src/components/SubscribeButton/ (0, 2021-10-08)
src/components/SubscribeButton/index.tsx (1055, 2021-10-08)
src/components/SubscribeButton/styles.module.scss (333, 2021-10-08)
src/pages/ (0, 2021-10-08)
src/pages/_app.tsx (404, 2021-10-08)
src/pages/_document.tsx (669, 2021-10-08)
src/pages/api/ (0, 2021-10-08)
src/pages/api/_lib/ (0, 2021-10-08)
src/pages/api/_lib/manageSubscription.ts (994, 2021-10-08)
src/pages/api/auth/ (0, 2021-10-08)
src/pages/api/auth/[...nextauth].ts (1915, 2021-10-08)
src/pages/api/subscribe.ts (1754, 2021-10-08)
src/pages/api/users.ts (276, 2021-10-08)
src/pages/api/webhooks.ts (2303, 2021-10-08)
src/pages/home.module.scss (629, 2021-10-08)
src/pages/index.tsx (1366, 2021-10-08)
src/pages/posts/ (0, 2021-10-08)
src/pages/posts/[slug].tsx (1656, 2021-10-08)
src/pages/posts/index.tsx (1785, 2021-10-08)
... ...

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file. [API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`. The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. ## Learn More To learn more about Next.js, take a look at the following resources: - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! ## Deploy on Vercel The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

近期下载者

相关文件


收藏者