Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 543 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 543 Bytes

Karlchencloud Web Frontend

Build

yarn install && yarn build

Development

Getting Started

  • install node.js together with the yarn package manager.
  • install packages: yarn install (note: on debian, it might be yarnpkg install)
  • run client in development mode with yarn start (ensure the server is running)

Component Development

This projects uses react-cosmos for UI development. Start with yarn cosmos.