Skip to content

zwql-learncode/nextjs-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e5f125 · May 31, 2024

History

5 Commits
May 31, 2024
May 31, 2024
May 31, 2024

Repository files navigation

Nextjs Admin

This is my excercise to learn Nextjs.

Using Nextjs 14, Server Action, Typescript, json-server.

🚀 Quick start

  1. Step 1. Clone the project
    git clone https://github.com/zhengwuqingling28/nextjs-admin.git
  2. Step 2. go to backend(mock API:json-server)
    cd ./next-admin-fakeapi
    install package
    npm i
    run backend
    npm run dev
  3. Step 3. go to frontend(in the new terminal)
    cd ./next-admin-frontend
    install package
    npm i
    run frontend
    npm run dev

Table Of Contents

About

nextjs, server action

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages