JavaScript Regular Expression Parser & Visualizer.
- Online Version
- Desktop Version coming soon
- Setting up the code and building after editing source git@github.com:francoislaberge/regulex.git cd regulex npm install npm run build
- After building a regulex.app exists in the
output/
folder. - Also all of the files needed to host the regulex app statically as a github page is exist in the docs folder, and we use the Github repo setting that uses #master's doc folder as the root directory for it's Github pages.