Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)