JSester is an offline tool for testing and showcasing user-created HTML, CSS and JavaScript code snippets, using Monaco and Electron.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/bigalan/JSester
# Go into the repository
cd JSester
# Install dependencies
npm install
# Run the app
npm startNote: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.
# All platforms
npm run package
# Windows only package
npm run package:win- electronjs.org/docs - all of Electron's documentation
- monaco editor - Monaco editor documentation
