Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 503 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 503 Bytes

Installer

install project

 npm install

start develop server

  npm start

default port is 8203. You can access via http://localhost:8203/.

build project

  npm run build

The outputs are in folder build. Copy all the generated files to your application folder, or you can change the location in file /scripts/build.js.

this project utilize React frame work and AntD widgets library.