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

https://github.com/xaionaro/mswfwebcontrol


https://github.com/xaionaro/mswfwebcontrol

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Pre-install

Install: https://github.com/xaionaro-go/mswfAPI

# Install

```sh
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs

git clone https://github.com/xaionaro/mswfWebControl
```

# Test-start

```sh
npm start
```

(try localhost:3000)

# Production build

```sh
yarn build
```