# fomantic-ui-react **Repository Path**: fireloong/fomantic-ui-react ## Basic Information - **Project Name**: fomantic-ui-react - **Description**: A React Component Library. Fomantic-UI React UI Component Library. - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: dumi - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-21 - **Last Updated**: 2022-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: React, UI, Fomantic, Fomantic-UI, semantic ## README # fomantic-ui-react ## Getting Started Install dependencies, ```bash $ npm i ``` Start the dev server, ```bash $ npm start ``` Build documentation, ```bash $ npm run docs:build ``` Run test, ```bash $ npm test ``` Build library via `father-build`, ```bash $ npm run build ```