- Published on
Howard Wang's Restaurants
- Authors
- Name
- Robert Turner
- @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.
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
Links
- Deployed @ Vercel: https://hwrestaurants.com
- Repo @ Github: https://github.com/rt3me/hwrestaurants.com