How to make a website in 2 minutes😲😳

Asfak Ahmed ( rahi ) - Aug 24 - - Dev Community

Can You Build Your Website in Just 2 Minutes?

Why not, especially with ZenUI Library around? ZenUI Library offers more than 20 pre-built website templates. All you need to do is visit the ZenUI Library website, select your preferred template, copy the source code, or clone their GitHub repository to run it on your machine. That's it! Your website is ready within just 2 minutes. Oh, and did I mention? All the templates are free. Isn't that awesome?

Now, let’s walk through the practical steps!

Step 1: First, go to zenui.net. Then, you'll find the "Templates" button in the navbar, as shown in the image below:

Image description

Step 2: Once you're in the Templates section, you'll see all kinds of templates available. Choose the one you like, and you'll see a button named "Source Code" under the template card, as shown in the image below:

Image description

Step 3: Click on this button, and you'll be redirected to their GitHub Organization, specifically to the repository of the template you selected. From there, you can either clone the repository to your machine or copy all the code.

However, I suggest cloning the repository, as it allows you to easily get all the code onto your machine.

Step 4: Now that you have your template, meaning you already have a website, you can customize the content according to your needs without writing any code!

How to Run the Template on Your Machine?

In the repository, you'll see a button labeled "Fork." Click on it to save the project to your GitHub account, as shown in the image below:

Image description

After forking, you need to clone the project. To do this, click on the "Code" button, as shown in the image below:

Image description

After clicking, a popup will appear as shown below:

Image description

Copy the URL highlighted in the popup and run it in your machine’s command line. This will clone the entire project to your machine. Then, you just need to run two commands:

npm install
npm run dev

Once these commands are successfully executed, you'll see the project running on your machine. Now, you can modify the content as you like.

Now go ahead, create your stunning website in just 2 minutes, and impress your audience with ZenUI Library!

If ZenUI Library has been helpful to you, please support them by giving an upvote on their GitHub repository and Product Hunt.

.
Terabox Video Player