Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tom-sherman/fraud-demo
https://github.com/tom-sherman/fraud-demo
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tom-sherman/fraud-demo
- Owner: tom-sherman
- Created: 2019-06-24T18:16:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:11:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T21:12:37.826Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 1.97 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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
```