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

https://github.com/aabuhijleh/createwritestream-electron-test


https://github.com/aabuhijleh/createwritestream-electron-test

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# createWriteStream Test

## How to use?

```sh
# install dependencies
$ npm install

# for running a test server
$ npm run serve

# compile typescript files
$ npm run compile

# watch typescript files for changes (auto compilation)
$ npm run watch

# run the app
$ npm start

# create distributable packages for specific platforms
$ npm run dist-linux
$ npm run dist-mac
$ npm run dist-windows
```