A react template to showcase your repair shop and promote your services. Currently under development..
Tech Stack:
- Vite
- ReactJs
- TailwindCSS
You can fully customize all the variables with your own data by editing the /src/themeData.js
file.
1.Make sure you have npm installed 2.Install the necessary dependencies
-
npm install
3.Run the dev server or build for production
-
npm run dev
ornpm run build
respectively