Try Regex is an interactive regular expressions tutorial inspired by Try Ruby and Try Haskell. Check it out at http://tryregex.com/.
This project was conceived at the HackKing's Hackathon in London.
Try Regex uses gulp for building and other development tools, and bower for package management. To install, run the following:
npm install
bower install
You will need Node (>= 0.9), npm and bower to be installed.
It's static HTML, you don't need anything special to serve the files. However, gulp adds a number of tools which make it easier during development. You can run gulp build
to turn the LESS code into CSS, you can use gulp lint
to lint your code, and you can use gulp
to run browser-sync and a LESS watcher to compile and inject changes as they're made.
Try Regex is released under the MIT license.