https://github.com/xaionaro/mswfwebcontrol
https://github.com/xaionaro/mswfwebcontrol
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xaionaro/mswfwebcontrol
- Owner: xaionaro
- Created: 2018-02-15T14:42:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T18:01:42.000Z (about 7 years ago)
- Last Synced: 2025-03-11T02:06:09.600Z (2 months ago)
- Language: JavaScript
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 nodejsgit clone https://github.com/xaionaro/mswfWebControl
```# Test-start
```sh
npm start
```(try localhost:3000)
# Production build
```sh
yarn build
```