yairEO / tagify-react-test

Basic React test app for "@yaireo/tagify" package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Tagify Test App

A basic React App (Vite + SWC) for testing my Tagify package.

The aim of this project is to live-test the source-code for development & debugging purposes of the Tagify source code itself.

Install

1. Download Tagify package ZIP file (or locally checkout the repo) and install its dependencies:

git clone https://github.com/yairEO/tagify

OR download ZIP:


2. Download/checkout this repo and install its dependencies:

git clone https://github.com/yairEO/tagify-react-test

npm i

đź’ˇ Both projects must be siblings

Run

npm run dev

About

Basic React test app for "@yaireo/tagify" package


Languages

Language:JavaScript 74.2%Language:CSS 19.5%Language:HTML 6.3%