An open API service indexing awesome lists of open source software.

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

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.