Skip to content
/ server Public template

koa server template, build your first server~

Notifications You must be signed in to change notification settings

IhcccJS/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@ihccc/server

搭建你的一个服务应用

开始

你可以通过下载本仓库来创建项目,也可以通过 create-ihccc 开始创建项目,选择 server -> @ihccc/server

# 使用 npm
npmx create-ihccc
# 使用 yarn
yarn create ihccc
# 使用 pnpm
pnpm create ihccc

安装

按照依赖包

# 使用 npm
npm i
# 使用 yarn
yarn
# 使用 pnpm
pnpm i

运行

# 使用 npm
npm run dev
# 使用 yarn
yarn dev
# 使用 pnpm
pnpm dev

About

koa server template, build your first server~

Topics

Resources

Stars

Watchers

Forks