Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 438 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 438 Bytes

contractor-website

A modern look to a general contractor older website.

Setup

To set up and run the project, run npm i on the terminal. You can then run npm run dev to run next.js in development mode. If you want to see it in production, you have to first run npm run build & then npm start.

About This Project

This project began from create-react-app and was then converted ionto Next.js for SEO server-side-rendering.