fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
34 lines (22 loc) • 287 B
Markdown
# 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
```