Git Product home page Git Product logo

cef-boilerplate's Introduction

cef-boilerplate

This repository is a template for creating CEF screens using React with TypeScript for a RageMP server.

Getting Started

Follow these steps to set up and use the repository:

Prerequisites

Make sure you have the following installed on your system:

  • Node.js (version 18.x or later)
  • npm (version 6.x or later)

Installation

  1. Clone the repository

    git clone https://github.com/your-username/cef-boilerplate.git
  2. Navigate into the project directory

     cd cef-boilerplate
  3. Install the dependencies

    npm install

Development

To start the development server, run:

npm start

This will start a development server at http://localhost:3000 where you can see your changes live.

Building for Production

To create a production build, run:

npm run build

This will generate a build folder containing the optimized production build of your React application.

Using in RageMP

After building your project, follow these steps to use it in your RageMP server:

  1. Copy the build folder

    Copy the contents of the build folder to your RageMP server's client_packages directory.

  2. Reference the CEF screens in your RageMP scripts

    Ensure that your RageMP server scripts correctly reference the CEF screens you've built. This will typically involve specifying the HTML files within your client-side scripts.

Project Structure

  • src/: Source files for your React application.
  • public/: Public assets that will be copied to the build folder.
  • build/: The production build of your React application (generated by npm run build).

Contributing

Feel free to submit issues or pull requests to improve this template repository.

License

This project is licensed under the MIT License.

cef-boilerplate's People

Contributors

ziyacivan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.