A modern look to a general contractor older website.
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
.
This project began from create-react-app and was then converted ionto Next.js for SEO server-side-rendering.