/tss-frontend

ZJU Software Engineering course project, Teaching Service System.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

tss-frontend Build Status

ZJU Software Engineering course project, Teaching Service System.

Declarations

init app with create-react-app cli tool, ts-scripts cmdline arg.

create-react-app . --scripts-version=react-scripts-ts

Usage

Libraries to use:

  • React.js

  • antd

  • dva

# MUST install denpendencies before coding.
yarn install  # install dependencies

yarn start  # start dev server
yarn build  # build a release version

# replacing yarn with coresponding npm commands is FORBIDDEN!!!

Check whether yarn build pass and format code with WebStorm before commit.