https://github.com/mysbryce/999s-template
This project provided some functions that you need in your project like Javascript Obfuscator, Server/Client Types, React Vite + Tailwind (NUI)
https://github.com/mysbryce/999s-template
boilerplate fivem tailwindcss typescript
Last synced: 11 days ago
JSON representation
This project provided some functions that you need in your project like Javascript Obfuscator, Server/Client Types, React Vite + Tailwind (NUI)
- Host: GitHub
- URL: https://github.com/mysbryce/999s-template
- Owner: mysbryce
- License: gpl-3.0
- Created: 2025-06-03T09:54:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-03T17:10:58.000Z (about 1 year ago)
- Last Synced: 2025-06-03T20:56:18.740Z (about 1 year ago)
- Topics: boilerplate, fivem, tailwindcss, typescript
- Language: JavaScript
- Homepage: https://999s.mintlify.app
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![project_license][license-shield]][license-url]
999s-Template (FiveM Typescript & Javascript Obfuscator)
This project provided some functions that you need in your project like Javascript Obfuscator, Server/Client Types, React Vite + Tailwind (NUI)
Explore the docs »
·
Report Bug
·
Request Feature
## About The Project
[![999s Template][product-screenshot]](999s.mintlify.app)
This project is template for developer use it for boilerplate to develop FiveM resource.
### Built With
* [![React][React.js]][React-url]
* [![Typescript][Typescript-badge]][Typescript-url]
* [![JSObfuscator][JSObfuscator-badge]][JSObfuscator-url]
* [![TailwindCSS][Tailwindcss-badge]][Tailwindcss-url]
## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
* bun
```sh
npm install -g bun
```
### Installation
1. Clone the repo
```sh
git clone https://github.com/mysbryce/999s-template.git
```
2. Install NPM packages
```sh
bun install
```
3. Development Script
```sh
bun dev
```
4. Development UI
```sh
cd web
bun dev
```
5. Development UI in Game (NUI)
```sh
cd web
bun dev:game
```
## Build
1. Build Script
```sh
bun run build
```
2. Build UI
```sh
cd web
bun run build
```
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
### Top contributors:
## Contact
Kittichai Mala-In - [@instagram](https://instagram.com/mysffrms) - fx.frame009@gmail.com
Project Link: [https://github.com/mysbryce/999s-template](https://github.com/mysbryce/999s-template)
[contributors-shield]: https://img.shields.io/github/contributors/mysbryce/999s-template.svg?style=for-the-badge
[contributors-url]: https://github.com/mysbryc/999s-template/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/mysbryce/999s-template.svg?style=for-the-badge
[forks-url]: https://github.com/mysbryce/999s-template/network/members
[stars-shield]: https://img.shields.io/github/stars/mysbryce/999s-template.svg?style=for-the-badge
[stars-url]: https://github.com/mysbryce/999s-template/stargazers
[issues-shield]: https://img.shields.io/github/issues/mysbryce/999s-template.svg?style=for-the-badge
[issues-url]: https://github.com/mysbryce/999s-template/issues
[license-shield]: https://img.shields.io/github/license/mysbryce/999s-template.svg?style=for-the-badge
[license-url]: https://github.com/mysbryce/999s-template/blob/master/LICENSE.txt
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[Typescript-badge]: https://shields.io/badge/TypeScript-3178C6?logo=TypeScript&logoColor=FFF&style=flat-square
[Typescript-url]: https://www.typescriptlang.org/
[JSObfuscator-badge]: https://img.shields.io/badge/javascript-obfuscator-obfuscator
[JSObfuscator-url]: https://www.npmjs.com/package/javascript-obfuscator
[Tailwindcss-badge]: https://img.shields.io/badge/tailwindcss-0F172A?&logo=tailwindcss
[Tailwindcss-url]: https://tailwindcss.com/
[product-screenshot]: https://i.ibb.co/bR70g563/999s-template-thumbnail.jpg