herohasan0 / car-repair

An example of beautiful looking website with Next.js

Home Page:https://car-repair.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A beautiful car service theme website

You can see the website here πŸ‘‰πŸ» https://car-repair.now.sh

Installation

You can get the code by either cloning this repository using git

git clone https://github.com/kahasan/car-repair.git

... or downloading source code code as a zip archive.

Once downloaded, open the terminal in the project directory, and install dependencies with:

npm install

You will see this script in package.json:

"dev": "next & gulp"

so, if you don't want to use gulp, change this line like this:

"dev": "next"

Then start the example website with:

npm run dev

The app should now be up and running at http://localhost:3000 πŸš€

I found this design from here πŸ‘‰πŸ» https://dribbble.com/shots/9155939-Figma-Freebie-Auto-Repair-Homepage

About

An example of beautiful looking website with Next.js

https://car-repair.now.sh


Languages

Language:CSS 71.3%Language:JavaScript 28.7%