Skip to content

zwql-learncode/nextjs-training-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Nextjs Training App

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-training-app.git
  2. Step 2. go to backend(mock API:json-server)
    cd ./nextjs-training-fakeapi
    install package
    npm i
    run backend
    npm run dev
  3. Step 3. go to frontend(in the new terminal)
    cd ./nextjs-training-frontend
    install package
    npm i
    run frontend
    npm run dev

Table Of Contents