Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 971 Bytes

File metadata and controls

33 lines (24 loc) · 971 Bytes

react-nodegui-starter (QOpenGLWidget)

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/AldoMX/nodegui-qopenglwidget
# Install CMake
brew install cmake
# Go into the repository
cd nodegui-qopenglwidget
# Install dependencies
yarn install
# Run the dev server
yarn dev
# Open andother terminal and run the app
yarn start

Installation & Resources for learning React NodeGUI

License

MIT