web-fiddle is a simple little node app that allows you to easily test html/css/js natively in your browser.
Inspired by the likes of jsFiddle, Code Pen & JS Bin. The difference is with this you can use your editor of choice & launch it in any browser to make sure it renders correctly.
- Automatically updates browser on any changes to html/css/js
- SASS -> CSS (autoprefixed with -webkit & -ms)
- ES2015 -> ES5 compilation
- Node
- Clone or download the repo.
- Navigate to the root of the repo run 'npm install'.
- Run 'npm run dev' in the terminal.
- Code! - JS in the scripts folder, SCSS or CSS in the style folder, Markup in the index.html file
- See the result at http://localhost:8001.
- When you make a change to your code it's automatically updated in your browser.