Skip to content

maifeeulasad/react-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 5, 2024
47113d8 · Nov 5, 2024
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment ready (React + TS + Vite + Tailwind)

GitHub page should be available here: https://maifeeulasad.github.io/react-pipeline

Using docker

docker compose up

Steps to reproduce:

Some stuff:

  • GA included, please change it accordingly, at the very bottom of index.html. Here:
    ga('create', 'UA-136427840-2', 'auto');
  • In App.tsx, find <BrowserRouter ...> and set the project name here, correctly. Currently set to:
<BrowserRouter basename="/react-pipeline">
   ...