https://github.com/manolo/flow-client-webpack
Simple repository for debugging purpose
https://github.com/manolo/flow-client-webpack
Last synced: 12 months ago
JSON representation
Simple repository for debugging purpose
- Host: GitHub
- URL: https://github.com/manolo/flow-client-webpack
- Owner: manolo
- Created: 2019-08-02T15:34:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T16:12:16.000Z (almost 7 years ago)
- Last Synced: 2025-06-09T20:38:21.025Z (about 1 year ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flow client prototype
## Usage
Run the unit tests for the application.
```sh
npm test
```
Build the tests in debug mode
```sh
npm run debug
```