Documentation
Naru is a Tailwind CSS, NextJS Personal Portfolio template with a simplistic, modern design. Template files are extremely lightweight, and the pages are fast loading. It’s made for anyone who wants to create their very own modern, elegant website.
- Version: 1.0
- Author: FlaTheme (opens in a new tab)
- Created: 1 December, 2024
- Last Update: 1 December, 2024
Features
- Built with Tailwind CSS v3.4
- Next.js 15
- Fully Responsive Layout
- Modern & Elegant Design
- Lightbox Media
- Retina Ready
- Super Lightweight
- Animated Page Preloader
- Page Speed Grade: A
- Responsive Sliders
- Portfolio Single Page
- Blog Single Page
- Cursor Captions
- Highly Organized
- +2,000 Font Icons
- Contact Form
- High Performance
- Detailed Documentation
- Lifetime Free Updates
- and many more..
Files Include
naru_nextjs Folder
Folder contains main template code & all
files jsx scss css images js
naru-nextjs-docs Folder
Documentation online
Installation
Follow the steps below to setup your template:
- Download the latest theme source code from the Marketplace (opens in a new tab).
- Download and install Node.js and npm from Nodejs (opens in a new tab). The suggested version to install is .
LTS
- Open terminal in naru_nextjs template folder.
- Install npm packages. You must have to install packages of your project to install all the necessary dependencies, You can do this by running the following command.
npm install
- Update your Google API and SMTP server. You will find the
.env
file in the root
Run Development Server
Start your app development server to change, update and customize your app.
Run in the terminal from the root of your project to start a dev server npm run dev
- Navigate to http://localhost:3000 to see your app, the app will automatically reload if you change any of the source files.
Build For Production
Build the app for production and make it ready for deployment
Run to build the project for production. npm run build
-
The build artifacts will be stored in the directory.
/.next/
-
Run to run the production build of the project locally.
npm start
Deployment
You can deploy your project to any static hosting or a hosting provider that supports Node.js We suggest some hosting you can consider to use: