React Nodegui Starter

Starter repository for react based native desktop apps using react-nodegui
Alternatives To React Nodegui Starter
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Appsmith25,751
11 hours ago1October 28, 20213,275apache-2.0TypeScript
Low code project to build admin panels, internal tools, and dashboards. Integrates with 15+ databases and any API.
Oni11,47713 years ago6April 02, 2017518mitTypeScript
Oni: Modern Modal Editing - powered by Neovim
Gdbgui9,095
223 days ago94June 22, 2022147gpl-3.0TypeScript
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
Nodegui8,327122419 days ago114September 03, 202271mitC++
A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org
Majestic7,130
2 years ago42mitTypeScript
⚡ Zero config GUI for Jest
Illa Builder6,069
12 hours ago4apache-2.0TypeScript
🚀 Retool open-source alternative, with low-code UI components and support for multiple data resources.
React Nodegui6,059326 months ago30August 16, 202146mitTypeScript
Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀
Arwes5,26641a month ago11April 17, 202132mitTypeScript
Futuristic Sci-Fi UI Web Framework.
Openblocks4,407
a day ago104agpl-3.0TypeScript
🔥 🔥 🔥 The Open Source Retool Alternative
Sqlectron Gui4,130
4 months ago148mitTypeScript
A simple and lightweight SQL client desktop with cross database and platform support.
Alternatives To React Nodegui Starter
Select To Compare


Alternative Project Comparisons
Readme

react-nodegui-starter

Clone and run for a quick way to see React NodeGui in action.

logo

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/nodegui/react-nodegui-starter
# Install CMake
brew install cmake
# Go into the repository
cd react-nodegui-starter
# Install dependencies
npm install
# Run the dev server
npm run dev
# Open andother terminal and run the app
npm start

Installation & Resources for learning React NodeGui

Packaging app as a distributable

In order to distribute your finished app, you can use @nodegui/packer

Step 1: (Run this command only once)

npx nodegui-packer --init MyAppName

This will produce the deploy directory containing the template. You can modify this to suite your needs. Like add icons, change the name, description and add other native features or dependencies. Make sure you commit this directory.

Step 2: (Run this command every time you want to build a new distributable)

Next you can run the pack command:

npm run build

This will produce the js bundle along with assets inside the ./dist directory

npx nodegui-packer --pack ./dist

This will build the distributable using @nodegui/packer based on your template. The output of the command is found under the build directory. You should gitignore the build directory.

More details about packer can be found here: nodegui/packer

License

MIT

Popular Reactjs Projects
Popular Gui Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Reactjs
Gui
Qt
Packer