https://github.com/rodnye/johnbarber-website
A custom barber website
https://github.com/rodnye/johnbarber-website
barbershop react tailwindcss typescript vercel
Last synced: about 1 year ago
JSON representation
A custom barber website
- Host: GitHub
- URL: https://github.com/rodnye/johnbarber-website
- Owner: rodnye
- Created: 2025-03-19T06:07:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-26T22:27:21.000Z (about 1 year ago)
- Last Synced: 2025-04-11T04:06:02.052Z (about 1 year ago)
- Topics: barbershop, react, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://johnbarber.vercel.app
- Size: 2.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Johnbarber Website
> URL: https://johnbarber.vercel.app
## Description
The Johnbarber website is designed to showcase barber services and provide an easy way for customers to get in touch.
## Requirements
- React
- TypeScript
- Tailwind CSS
- Vite
## Installation
To install the project dependencies, run the following command:
```bash
npm install
```
## Usage
To run the project in development mode, use:
```bash
npm run dev
```
To build the project for production, use:
```bash
npm run build
```
## Scripts
- `dev`: Starts the development server.
- `build`: Compiles the project for production.
- `lint`: Runs ESLint to check for code quality.
- `preview`: Previews the production build.