https://github.com/wuzi/altvmp-boilerplate
ALTVMP Boilerplate built with NodeJS and Typescript.
https://github.com/wuzi/altvmp-boilerplate
altv boilerplate mongodb mongoose nodejs quickstart typescript
Last synced: about 2 months ago
JSON representation
ALTVMP Boilerplate built with NodeJS and Typescript.
- Host: GitHub
- URL: https://github.com/wuzi/altvmp-boilerplate
- Owner: wuzi
- Created: 2019-09-09T16:21:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T06:29:01.000Z (over 3 years ago)
- Last Synced: 2025-06-17T01:40:35.819Z (12 months ago)
- Topics: altv, boilerplate, mongodb, mongoose, nodejs, quickstart, typescript
- Language: TypeScript
- Homepage:
- Size: 279 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [ALTV MP] Server Boilerplate
A boilerplate for [ALTV MP] with [MongoDB] and [Typescript]!
# Getting started
1. Clone or download repository.
2. Copy [ALTV MP] server-files files and paste here (root folder).
3. Add `altv` resource to `server.cfg`
4. Open terminal and:
- Type `npm install`.
- `cp .env.example .env`
- Edit .env with your configs.
# Development
1. Run `tsc -w` in `src/server` and `src/client` folders
2. Run `npm run lint` to lint the code
3. Run `npm run build` to compile both `server` and `client`
# Contributing
Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.
[ALTV MP]:
[Typescript]:
[MongoDB]: