Getting Started
Before start
Welcome to your React Next.js template! This documentation will guide you through setting up your development environment.
System Requirements
To use this template, ensure your system meets the following requirements:
1. Node.js: Please install Node.js version 18.17 or higher, as it includes the npm package manager needed for dependency management.
2. npm or Yarn: You should have either npm (comes with Node.js) or Yarn installed to handle packages effectively.
3. Code Editor: While you can use any text editor, Visual Studio Code is recommended for its robust features tailored to JavaScript development.
*Open 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.
Once you have met these requirements, you can start install process that includes two parts (Install Frontend and Install Backend)
Last updated