react-nodegui-starter
Clone and run for a quick way to see React NodeGui in action.
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 startInstallation & Resources for learning React NodeGui
- Documentation - all of React NodeGui's documentation.
- NodeGui - all of NodeGui's documentation.
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 MyAppNameThis 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 buildThis will produce the js bundle along with assets inside the ./dist directory
npx nodegui-packer --pack ./distThis 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: https://github.com/nodegui/packer
License
MIT

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

