Goal
Set up a local QB-Core development server.
Prerequisites
- FiveM server artifacts
- MariaDB running
Steps
- Clone the base server:
git clone https://github.com/qbcore-framework/qb-core.git - Install dependencies and start:
cd qb-core npm install npm start
Verification
Open FiveM and connect to localhost.
See also
- QB-Core RepositoryΒ
- Core Concepts
- All tutorials - Browse beginner, intermediate, and advanced tutorials
- Beginner tutorials - Start learning QBCore development
- Intermediate tutorials - Level up your skills
- Advanced tutorials - Master advanced QBCore techniques
Last updated on