A simple server with Express for testing
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-express
listening at http://localhost:3000/