About Growth us
Introducing GrowthUS, the ultimate business solution website template designed to revolutionize your online presence. With GrowthUS, you can effortlessly establish a professional and highly functional website for your business in no time. Our template offers a sleek and modern design, coupled with a user-friendly interface, providing a seamless experience for your customers. Featuring a wide range of customizable elements, you have the freedom to tailor the template to align perfectly with your brand's unique identity and requirements. Whether you're a startup, small business, or enterprise, GrowthUS empowers you to create a captivating online platform that drives engagement, conversions, and growth. Unlock the full potential of your business with GrowthUS.
Getting Started
Get started by Downloading the site source codes.
What you'll need
- Node.js (opens in a new tab) version 16.14 or above:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
Start your site
Run the development server:
open Command prompt
cd growthus-nextjs
npm install
npm run dev
The cd
command changes the directory you're working with. In order to work with growthus-nextjs site, you'll need to navigate the terminal there.
The npm install
command build all the necessary packages for the site.
The npm run dev
command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/ (opens in a new tab).
Folder Structure
Growthus maintain nextjs 13
folder structure. Furthermore, We have use jsx
to create the files. Full folder structure is geven below:
Growthus
├─ app
│ |── layout.js
| |── page.jsx
| |── not-found.jsx
| |── globals.css
| |── favicon.ico
| └── about
│ |── page.jsx
| └── blog
| |── page.jsx
| └── [slug]
| |── page.jsx
| └── business-policy
| |── page.jsx
| └── career
| |── page.js
| └── [slug]
| |── page.jsx
| └── case-study
| |── page.js
| └── [slug]
| |── page.jsx
| └── contact
| |── page.jsx
| └── privacy
| |── page.jsx
| └── terms
| |── page.jsx
| └── services
| |── page.jsx
| └── [slug]
| |── page.jsx
| └── taxonomy
| └── [tag]
| |── page.jsx
| └── terms-conditions
| |── page.jsx
|
|── components
| └── Common
| |── Caret.jsx
| |── PageHero.jsx
| |── SectionTitle.jsx
| └── BusinessSolution
| |── BusinesSolutionItems.jsx
| |── BusinessSolution.jsx
| └── Career
| |── CareerHero.jsx
| |── CareerHeroItem.jsx
| |── CareerList.jsx
| └── Contact
| |── ContactAddress.jsx
| |── ContactExperts.jsx
| |── ContactForm.jsx
| └── Testimonial
| |── Testimonial.jsx
| |── TestimonialItems.jsx
| └── WorkProcess
| |── WorkProcess.jsx
| |── WorkProcessItems.jsx
| |── AboutContent.jsx
| |── AboutHero.jsx
| |── AllBlogs.jsx
| |── BusinessServices.jsx
| |── CallToAction.jsx
| |── CaseStudy.jsx
| |── Client.jsx
| |── Community.jsx
| |── CompanyAddress.jsx
| |── Counter.jsx
| |── CounterAnimation.jsx
| |── Footer.jsx
| |── Hero.jsx
| |── Modal.jsx
| |── Navbar.jsx
| |── Pagination.jsx
| |── RelatedBlog.jsx
| |── ServiceHero.jsx
| |── Team.jsx
├─ data
│ |── data.js
| └── businessPolicy
| |── businessPolicy.md
| └── privacy
| |── privacy.md
| └── terms
| |── terms.md
| └── career
| |── motion-designer.md & other career page's Markdown files
| └── posts
| |── email-marketing.md & other blog page's Markdown files
├─ public
| └── fonts
| |── All Fonts
| └── Images
| |── All image files
├─ styles
| └── Style Related SASS Files
├─ utils
| └── GetMarkDownContent.js
| └── GetMarkDownData.js
├─ jsconfig.json
├─ package.json