nextjs-free
Dự án khóa học Next.js miễn phí từ Được Dev
File Explorer
Download Latest Version (.zip)- suffer.png
- next.svg
- vercel.svg
- account.ts
- auth.ts
- product.ts
- login-form.tsx
- page.tsx
- page.tsx
- page.tsx
- register-form.tsx
- layout.tsx
- route.ts
- route.ts
- route.ts
- page.tsx
- profile-form.tsx
- profile.tsx
- page.tsx
- page.tsx
- delete-product.tsx
- product-add-button.tsx
- product-add-form.tsx
- product-edit-button.tsx
- page.tsx
- page.tsx
- app-provider.tsx
- apple-icon.png
- favicon.ico
- globals.css
- icon.png
- layout.tsx
- page.tsx
- Roboto-Regular.ttf
- Roboto-Thin.ttf
- robots.ts
- shared-metadata.ts
- alert-dialog.tsx
- button.tsx
- dropdown-menu.tsx
- form.tsx
- input.tsx
- label.tsx
- textarea.tsx
- toast.tsx
- toaster.tsx
- use-toast.ts
- button-logout.tsx
- header.tsx
- mode-toggle.tsx
- slide-session.tsx
- theme-provider.tsx
- data.ts
- http.ts
- utils.ts
- account.schema.ts
- auth.schema.ts
- common.schema.ts
- product.schema.ts
- config.ts
- middleware.ts
- .env
- .eslintrc.json
- .gitignore
- components.json
- ecosystem.config.js
- next.config.mjs
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.ts
- tsconfig.json
- dev.db
- schema.prisma
- error-reference.ts
- type.ts
- account.controller.ts
- auth.controller.ts
- media.controller.ts
- product.controller.ts
- index.ts
- auth.hooks.ts
- auth.plugins.ts
- errorHandler.plugins.ts
- validatorCompiler.plugins.ts
- account.route.ts
- auth.route.ts
- media.route.ts
- product.route.ts
- static.route.ts
- test.route.ts
- account.schema.ts
- auth.schema.ts
- common.schema.ts
- product.schema.ts
- jwt.types.ts
- crypto.ts
- errors.ts
- helpers.ts
- jwt.ts
- config.ts
- index.ts
- type.d.ts
- .editorconfig
- .env
- .eslintignore
- .eslintrc
- .gitignore
- .prettierignore
- .prettierrc
- ecosystem.config.js
- NextJs-Free-API.postman_collection.json
- nodemon.json
- package-lock.json
- package.json
- Readme.md
- tsconfig.json
- .gitignore
- 1.Nextjs-la-gi.md
- 10.Co-che-rendering.md
- 11.Client-component.md
- 12.Server-component.md
- 13.Nextjs-render-component-cua-ban-nhu-the-nao.md
- 18.Nguyen-tac-thiet-ke-auth-trong-nextjs.md
- 2.Moi-truong-code-nextjs.md
- 6.CSS-trong-nextjs.md
- note.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/duthanhduoc/nextjs-free
Downloads the entire project code from GitHub to your computer.
cd nextjs-free
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd client
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
