Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 331 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 331 Bytes

DutyChain Front

This is the DutyChain's Client-side App built on React and Umi.

Dependencies

node v16 or above LTS version

Commands

npm i					// install dependencies
npm run dev				// Start the dev server
npm run build:prod		// Create production build
npm run preview			// Preview the production build