Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 984 Bytes

README.md

File metadata and controls

44 lines (39 loc) · 984 Bytes

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