https://github.com/tshaddix/chrome-cloud-build
Build your Chrome projects in the cloud, then run them locally.
https://github.com/tshaddix/chrome-cloud-build
chrome-extension cloud9-ide
Last synced: 4 months ago
JSON representation
Build your Chrome projects in the cloud, then run them locally.
- Host: GitHub
- URL: https://github.com/tshaddix/chrome-cloud-build
- Owner: tshaddix
- Created: 2018-01-15T07:27:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T07:00:58.000Z (over 8 years ago)
- Last Synced: 2025-06-23T07:02:49.660Z (12 months ago)
- Topics: chrome-extension, cloud9-ide
- Language: TypeScript
- Size: 34.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chrome-cloud-build

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.