# feed-status-monitor updated frontend (monty2.1)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```
*Note:* Run flask server first (`python dev.py` in project's root)

### Compiles and minifies for production
```
yarn build
```

or to preserve old Monty2.0 version
```
yarn build --no-clean 
```

### Lints and fixes files
```
yarn lint
```
