Skip to content

run a node file in chrome so you can use the console and debug tools

Notifications You must be signed in to change notification settings

Beasta/grump-chromeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

chromeit

This bash script makes it easy to run node files in chrome, giving access to chrome's debugging tools. It works great for toy problems. The script uses browserify for bundling so that npm modules can be used with require in your javascript file. The script also uses live-server to monitor file changes and reload the page.

If grump has not yet been installed, you can do so using:

npm i -g grump

Example usage:

grump chromeit filename.js

The script will start live-server and automatically open chrome. When done editing, kill live-server using ctrl-c.

See grumpJS.com to find other useful grumps!

About

run a node file in chrome so you can use the console and debug tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages