https://github.com/rhildred/fs-remote-test
using this to get as far as I can with a remote fs outside a docker container.
https://github.com/rhildred/fs-remote-test
Last synced: about 1 year ago
JSON representation
using this to get as far as I can with a remote fs outside a docker container.
- Host: GitHub
- URL: https://github.com/rhildred/fs-remote-test
- Owner: rhildred
- Created: 2019-01-25T16:42:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T21:52:14.000Z (over 7 years ago)
- Last Synced: 2025-05-15T17:50:41.294Z (about 1 year ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fs-remote-test
using this to get as far as I can with a remote fs outside a docker container.
```
browserify main.js -o bundle.js
browser-sync start --server --files "./*"
```