Skip to content

Getting Started

dev2alert edited this page Feb 2, 2022 · 2 revisions

Home ▸ Getting started

Preliminary requirements:

Installation and start in TypeScript:

git clone https://github.com/dev2alert/node-samp-starter.git my-server
cd ./my-server
npm i
npm run compile
npm start

Installation and start in JavaScript:

git clone https://github.com/dev2alert/node-samp-javascript-starter.git my-server
cd ./my-server
npm i
npm start

Start in development mode:

npm run dev
Clone this wiki locally