Getting started

Finder template you are currently viewing is a React / Next.js (Bootstrap 5) Template, NEITHER a WordPress Theme, NOR a Static HTML Template!

Please DO NOT try to install Finder files into WordPress this will not work. If you need a WordPress version of Finder do not hesitate to contact us via email support@createx.studio. We'll put you on the waiting list and notify you when Finder WordPress is released.

Prerequisites

Make sure you are familiar with the following technologies before purchasing Finder React / Nxt.js (Bootstrap 5) Template:

  • React (required)
  • Next.js (required)
  • Bootstrap 5 (required)
  • React Bootstrap (highly recommended).
  • Sass / Scss (highly recommended). It's much easier to customize a template using Scss variables then find and replace codde in vanilla CSS.
  • Npm (optional)*. Npm is a package manager for Node. With Npm can manage (install, update, delete) your project dependencies much easier.

* All the configuration files like package.json and next.config.js are included in the download package.

Project setup

  1. Install Node.js and Npm (Node Package Manager) https://nodejs.org/en/
  2. Run npm install in your terminal to install all project dependencies
  3. After you have installed Node.js and Npm, run the development server: npm run dev.
    To create production build run npm run build
  4. Open http://localhost:3000 with your browser to see the result.
  5. You can start editing the page by modifying pages/index.js or any other file inside pages directory. The page auto-updates as you edit the file.

Usefull links