Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 231 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 231 Bytes

Unified Information System of Innopolis University

Frontend module

Install dependecies:

yarn

Build:

yarn build

Run dev-server:

yarn dev

Or better run dev-server with hot reload:

yarn hot