Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callumacrae/tryregex
:book: An interactive regex tutorial
https://github.com/callumacrae/tryregex
Last synced: 20 days ago
JSON representation
:book: An interactive regex tutorial
- Host: GitHub
- URL: https://github.com/callumacrae/tryregex
- Owner: callumacrae
- License: mit
- Created: 2014-02-22T14:11:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T10:25:10.000Z (over 6 years ago)
- Last Synced: 2024-12-17T05:29:31.166Z (23 days ago)
- Language: HTML
- Homepage: http://tryregex.com/
- Size: 334 KB
- Stars: 103
- Watchers: 9
- Forks: 24
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Try Regex
Try Regex is an interactive regular expressions tutorial inspired by [Try Ruby](http://tryruby.org/) and [Try Haskell](http://tryhaskell.org/). Check it out at .
This project was conceived at the [HackKing's Hackathon](http://www.hackkings.org/) in London.
## Installing
Try Regex uses [gulp](http://gulpjs.com/) for building and other development tools, and [bower](http://bower.io/) 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](http://browsersync.io/) and a LESS watcher to compile and inject changes as they're made.
## License
Try Regex is released under the MIT license.