Skip to content

callumacrae/tryregex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Try Regex

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.

Installing

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.

Running

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.

License

Try Regex is released under the MIT license.

About

📖 An interactive regex tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published