JerryChu / ts-fullstack

ts fullstack demo based on Koa(backend) and Vue(frontend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full-stack template using JS/TS

A full-stack template, based on Turborepo + pnpm workspace.

Workspace

  • web: Vue-based frontend project
  • server: Koa-based server side project
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Build

To build all apps and packages, run the following command:

cd ts-fullstack
pnpm run build

Develop

To develop all apps and packages, run the following command:

cd ts-fullstack
pnpm run dev

About

ts fullstack demo based on Koa(backend) and Vue(frontend)


Languages

Language:TypeScript 62.9%Language:Vue 25.1%Language:JavaScript 10.1%Language:HTML 2.0%