Follow this guide for a quick start setup & installation instructions.
Once you downloaded the template, you will see a zip file. Please unzip the template using your operating system's default option.
Inside the ZIP, you can find two folders. One is a Help Docs which will give you access to this documentation (the one you are reading now) and then the main project folder. named like projectname-technology
. eg: greenhome-next
Open this folder in your favorite code editor. We recommend VSCode. Now open terminal inside the IDE. (Ctrl + `) and run the command as shown in the next step.
Next, we have to run some commands in the terminal to setup our newly downloaded template. Please choose one of the below guides based on your template framework.
Please follow this steps:
npm install
This step is only required the very first time.
npm run build
npm run start
If everything's done correctly, you can find your website live at http://localhost:8080
This template comes with TailwindCSS framework integration which is really easy to setup and customize. Read more on TailwindCSS Guide