Skip to content

yangzhixiao/Fullstack-TypeScript-Express-React

Repository files navigation

A Typescript + Express + React fullstack project.

Features

  • Typescript React
  • Typescript Express Backend API
  • React Router Sample
  • mobx/mobx-react supported
  • vscode debug supported
  • Iconfont supported
  • CSS Module supported by css-loader, module: true
  • Hot Module Reload supported
  • Test sample
  • Chunk file supported (so far the size of bundle.js is so large)

Install

yarn install

Development

yarn clear
yarn copy
yarn dev

Production

yarn clear
yarn deploy
yarn prod