Skip to content

518651/next-learn

Repository files navigation

Next Learn 项目运行指南

若想运行该项目必读

运行所需要的依赖包(必要条件)

  • @nextui-org/react
  • @supabase/auth-ui-react
  • @supabase/auth-ui-shared
  • @supabase/ssr
  • @supabase/supabase-js
  • framer-motion
  • lucide-react

! 依赖包为整个项目执行必须项,若缺少包会直接影响项目的执行 !

使用: npm i xxx 安装 注: xxx 为你需要安装的包,安装多个包可通过之间添加空格分割

开始运行项目

在终端执行:

npm run dev
# dev 代表 以开发模式运行

当输出:

  ▲ Next.js 14.0.4
   - Local:        http://localhost:3001
   - Environments: .env
  ✓ Ready in 8s

则项目在 http://localhost:3001 运行成功,默认运行端口是:3000

在浏览器中打开上述地址访问项目

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published