Skip to content

egoist/esbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESBIN

[Work In Progress]

JavaScript debugging made simple.

Download the latest release.

preview

Why

You may also like jsbin or webpackbin, this is like jsbin and webpackbin had a baby and works offline.

Notes

  • HTML and CSS are saved on the fly, for JS you need to press cmd/ctrl+s manually to save it.
  • No auto install support, you can install deps in bin directory manually for now.

Folder structure

  • app/: Main process, written with native ES6 support
  • src/: Renderer process, bundle with Webpack

Development

Basically you need to run yarn dev in a tab and run yarn app in another tab:

  • yarn dev: Run in development mode
  • yarn build: Build in production mode
  • yarn app: Open Electron app
  • yarn lint: Run eslint
  • yarn dist: Distribute Electron app for mac/windows/linux
  • yarn dist:mac: Distribute Electron app for mac
  • yarn dist:win: Distribute Electron app for windows
  • yarn dist:linux: Distribute Electron app for linux

License

MIT © EGOIST

About

JavaScript debugging made simple.

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published