smaragdinesapphire / node-js-server-demo-client

This is a frontend example that works in conjunction with the "node-js-server-demo". 這是關於 node-js-server-demo 配合的前端範例

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS Server Demo

中文

介紹

這是一份配合node-js-server-demo的前端範例。

開發環境

  • node@19.8.1

開始使用

首先,執行開發伺服器:

npm run dev
# or
yarn dev
# or
pnpm dev

使用瀏覽器打開 http://localhost:8088 以查看結果。

English

introduction

This is a frontend example that complements node-js-server-demo.

Development environment

  • node@19.8.1

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:8088 with your browser to see the result.

About

This is a frontend example that works in conjunction with the "node-js-server-demo". 這是關於 node-js-server-demo 配合的前端範例

License:MIT License


Languages

Language:CSS 59.8%Language:JavaScript 40.2%