PT|DocsView Theme|Contact Us

Documentation for Slink Nextjs

Introduction

Slink - Coming Soon Nextjs Template
Slink - Coming Soon Nextjs Template

10 Irresistible Coming Soon templates. Make a bold first impression with Slink, a cutting-edge “coming soon” template built from the ground up with Next.js. Designed for speed, flexibility, and modern web excellence. Fully responsive layout to captivate your audience from the moment they land.

File Structure

The theme files are structured as follows:

 ./theme-files
│
├── public
│  
├── app
│  │
│  ├── demo-1 to demo-10 (10 Different Demo Files)
│  │
│  └── --
│  
├── eslint.config.mjs
│
├── next.config.mjs
│
├── postcss.config.mjs
│
├── jsconfig.json
│
└── package.json

Installation

Checkout Official Next.js Documentation if you need.

System Requirements

  • Node.js - v18.18 or higher.
  • MacOS, Windows (including WSL), and Linux are supported

Install dependencies

Nevigate to theme-files/ then open terminal and install dependencies by running

npm install

#or

yarn install

Preview Theme

Run npm run dev on your terminal and open http://localhost:4321 at your browser to see the local development preview

npm run dev

#or

yarn dev