Clone and run for a quick way to see NodeGUI in action.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer.
Make sure you have met the requirements listed here: https://docs.nodegui.org/#/tutorial/development-environment
From your command line:
# Clone this repository
git clone https://github.com/nodegui/nodegui-starter
# Go into the repository
cd nodegui-starter
# Install dependencies
npm install
# Run the app
npm start
- docs.nodegui.org - all of NodeGui and React Desktop's documentation
MIT
Mi articulo en Medium lo puedes leer en la siguiente dirección. https://medium.com/@alexmarket/nodegui-c8b8c9c81ba1