

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.
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
Checkout Official Next.js Documentation if you need.
v18.18 or higher.Nevigate to theme-files/ then open terminal and install dependencies by running
npm install
#or
yarn install
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