Skip to content

dlwxin/mock-server-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mock-server-express

A simple server with Express for testing

Getting Started

You need to install node, pnpm and git locally

Note: It is not mandatory to use pnpm, you can use other package managers, such as npm, yarn

# clone the project
git clone https://github.com/dlwxin/mock-server-express.git

# enter the project directory
cd mock-server-express

# install dependency
pnpm install

# develop
pnpm dev
# or
pnpm start

mock-server-expresslistening at http://localhost:3000/

About

A simple server with Express for testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published