Skip to content

Build your Chrome projects in the cloud, then run them locally.

Notifications You must be signed in to change notification settings

tshaddix/chrome-cloud-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chrome-cloud-build

logo

Build your Chrome projects in the cloud, then run them locally.

npm install --save-dev chrome-cloud-build-server

Then, you can add a command to your package.json:

{
  "build-server": "./node_modules/.bin/chrome-cloud-build-server -p 8081 -h 0.0.0.0 -d $(pwd)/build"
}

After that, you just need to run that script:

npm run build-server

Now all changes in that folder will be pushed to any connected extensions.

About

Build your Chrome projects in the cloud, then run them locally.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published