Skip to content

webia1/regex

Repository files navigation

Deploying Regex Project

Create a Repository

e.g. regex.github.io

Build Angular Project

ng build --prod --base-href 'https://webia1.github.io/regex.github.io/'

Deploy Static Pages

cd dist/regex
git init
git add .
git commit -m "INITIAL COMMIT"
git remote add origin https://github.com/webia1/regex.github.io.git
git branch -M master
git push -u origin master

Go to Pages in settings

Go to the pages in settings and start deploying options and save.

Navigate to the Webpage

https://webia1.github.io/regex.github.io/

About

Regular Expressions in JS & TS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published