Hans Erik
892bd7b78b
|
5 years ago | |
---|---|---|
assets | 5 years ago | |
src | 5 years ago | |
.all-contributorsrc | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago | |
package-lock.json | 5 years ago | |
package.json | 5 years ago | |
tsconfig.json | 5 years ago |
README.md
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
# Go into the repository
cd react-nodegui-starter
# Install dependencies
npm install
# Run the app
npm start
node-gyp (NodeJs's build system) is not compatible with Visual Studio 2019 yet. So you will need to install Visual Studio 2017 to work with native modules in NodeJs and NodeJS build toolchain doesnt support it aswell.
Install Visual Studio Community 2017. Download the Visual studio Installer and install Visual Studio Community 2017. Make sure to choose "Desktop development with C++ " workload and install it.
Resources for Learning NodeGUI/React NodeGUI
- nodegui.github.io/nodegui - all of NodeGui and React NodeGUI's documentation
License
MIT
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Pepijn 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!