Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crudh/regexp-how
Regular expression helper app which shows matches and examples
https://github.com/crudh/regexp-how
expression react regex regexp regular tailwind typescript vercel vite
Last synced: 27 days ago
JSON representation
Regular expression helper app which shows matches and examples
- Host: GitHub
- URL: https://github.com/crudh/regexp-how
- Owner: crudh
- License: apache-2.0
- Created: 2021-12-22T07:37:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T19:52:30.000Z (over 2 years ago)
- Last Synced: 2024-04-24T00:23:44.030Z (7 months ago)
- Topics: expression, react, regex, regexp, regular, tailwind, typescript, vercel, vite
- Language: TypeScript
- Homepage: https://regexp.how
- Size: 385 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [regexp.how](https://regexp.how)
This is a regular expression helper app which shows matches and examples.
It is a hobby project done to force the ins and outs of regular expressions to stay in memory and not fade away. Also to learn what I don't already know.
It is built using React, TypeScript, Tailwind, Vite and hosted on Vercel.
## Getting Started
Install all dependencies:
```
yarn
```## Run in development mode
```
yarn dev
```And go to [http://localhost:3000/](http://localhost:3000/)
## Preview production mode
```
yarn preview
```And go to [http://localhost:5000/](http://localhost:5000/)