Skip to content

Seamlessly sync your local development changes to a remote server in real-time, perfect for webpack and React projects.

Notifications You must be signed in to change notification settings

Vito-lou/dev-sync-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-sync-upload

Seamlessly sync your local development changes to a remote server in real-time, perfect for webpack and React projects.

package usage

In the webpack.config.js of the playground, just require the plugin and use it like follows:

const WebpackHotUploader = require('@dev-sync-upload/webpack');

new WebpackHotUploader({
            sshConfig: {
                host: 'your ip',
                username: 'your username',
                password: 'your password'
            },
            remoteDir: 'your remote dir'
        }),

About

Seamlessly sync your local development changes to a remote server in real-time, perfect for webpack and React projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published