Docs
Installation

Installation

Welcome to the installation part of NextMerce docs. Here, we will guide you through installing the Next.js boilerplate into your system. We are here to help you set up NextMerce in the quickest and most efficient way possible.

However, by following the guide you will be able to get your environment ready in no time and focus on what really matters. The boilerplate is not only optimized for performance and better scalability.

After (Deploying to server)

Now you can explore the project structure and customize the components to meet your design needs. You can also integrate features to align with your business goals.

FAQs

Here are some simple frequently asked questions that will help you to set up NextMerce smoothly.

  • What if the installation stops halfway?

If the installation process stops or fails midway:

  1. Verify your Node.js and npm/yarn.
  2. You can delete the node_modules folder and package-lock.json file. Then just reinstall the dependencies.
rm -rf node_modules package-lock.json  
npm install
  1. Always ensure your internet connection is stable as the package download depends on it.
  2. If still the issue occurs, check your specific error message and refer to the error logs for troubleshooting.
  • Can I customize the installation process?

Yes, you can customize the installation process to align with your needs.

  1. You can use the yarn instead of npm.
  2. Adjust the dependencies in the package.json file before running the installation.
  3. Then, clone the boilerplate into a custom directory after adding a specific file name.
  • Where can I get help if I face any issues?

If you encounter any issues or need help, here are a few solutions that can help you right at that moment:

  1. NextMerce Documentation: You can simply refer to the NextMerce documentation. It covers all the technical and beginner steps. The simple yet detailed guide will solve any of your issues.
  2. Support Team: Our support team is active 24/7. So, whenever you face any difficulties you can just open a support ticket and submit it. Our team will help you with the solution as soon as possible.