Monerate is a fully responsive, clean and modern high-converting Next Js landing page template. It is a beautifully handcrafted, pixel perfect HTML5 landing page template based on the Next 13.x., React 18.X and Tailwind css v3.x.. Monerate is a Powerful Next Js Multipurpose Landing Page Template. It is an excellent template for startup, cloud hosting, business, corporate, minimal portfolio single product (Smartwatch) , Saas, Social media marketing, Digital marketing/agency, Email Templates, Marketing, Agency, Careers and Jobs, Helpcenter, and much more.
Dark & RTL version Available: We have added a RTL version in both Dark and Light versions.
We are using npm which allows having complete automation for build flow. In case if you dont know npm then its easy to use it. You can read it more about it here. Please follow below steps to install and setup all prerequisites:
Please follow below steps to install and setup all prerequisites:
Make sure to have the Node.jsinstalled & running in your computer. If you already have installed Node on your computer, you can skip this step if your existing node version is greater than 16.
Make sure to have the Git installed globally & running on your computer. If you already have installed git on your computer, you can skip this step.
To setup the admin theme, follow below-mentioned steps:
Make sure to have all above prerequisites installed & running on your computer
After you finished with the above steps, you can run the following commands into the terminal / command prompt from the root directory of the project to run the project locally or build for production use:
Command | Description |
---|---|
npm install | This would install all the required dependencies in thenode_modules folder. |
npm run dev | Runs the project locally, starts the development server and watches for any changes in your code, including your HTML, javascript, sass, etc. The development server is accessible at http://localhost:3000. |
npm run build | Generates a .next directory with all the production files. |