From the reference libraryFiveM

Templates

ox/resources/templates.mdx

Templates

We currently publish two templates for FiveM developers.

fxserver

This template is intended for developers looking to quickly install fxserver and create a monorepo for simple resource management.

If you prefer to run fxserver in a container, look elsewhere.

Browse repository

fivem-ts

If you're looking to start creating resources with TypeScript but don't know what tools to use, settings to configure, or just hate having to setup new projects then we've got you covered.

  • Setup for working with our libraries (@overextended/core and @overextended/ox_lib).
  • Uses tsdown for fast build times and compatibility with a large plugin ecosystem.
  • Optionally scaffold a new webapp with vite.
  • Fully configured for FiveM and FXServer.

Browse repository

Back to documentation