Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tom-sherman/fraud-demo


https://github.com/tom-sherman/fraud-demo

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Rainbird Fraud Demo

A demo to show a Rainbird bank account fraud classification model with a React front end.

## Development

Clone repository

```
git clone https://github.com/tom-sherman/fraud-demo
cd fraud-demo
```

Install dependencies

```
npm install
```

Start dev server and watch for changes

```
npm run dev
```

Build production version

```
npm run build
```

Export to static site

```
npm run export
```