Published on

Howard Wang's Restaurants

Authors
  • avatar
    Name
    Robert Turner
    Twitter
    @rt3me

Introduction

A redesign and new site built for a private group of Chinese restaurants in Texas, the site was built with React, Next.js, and Tailwind CSS. The site is deployed to Vercel from GitHub automatically with every new push to the repository.

Howard Wang's Restaurants

Usage

Clone the repository and install dependencies

git clone https://github.com/rt3me/hwrestaurants.com
cd hwrestaurants.com
npm install

Start the local development server to view the project at localhost:3000

npm run dev

Build a production version of the project and start the local server at localhost:3000

npm run build
npm run start