# Getting Started

Welcome to your React Next.js template! This documentation will guide you through setting up your development environment.&#x20;

#### **System Requirements**

To use this template, ensure your system meets the following requirements:&#x20;

1\. **Node.js**: Please install Node.js version 18.17 or higher, as it includes the npm package manager needed for dependency management.&#x20;

2\. **npm or Yarn**: You should have either npm (comes with Node.js) or Yarn installed to handle packages effectively.&#x20;

3\. **Code Editor**: While you can use any text editor, Visual Studio Code is recommended for its robust features tailored to JavaScript development.&#x20;

\*O*pen your  Terminal and type command `node -v`  and `npm -v`  for check if it's already installed  and current version. If you need download Node.js please, see instruction on* [*official website*](https://nodejs.org/en/learn/getting-started/how-to-install-nodejs)*.*

Once you have met these requirements, you can start install process that includes two parts (Install Frontend and Install Backend)
