You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
# react-nodegui-starter
**Clone and run for a quick way to see React NodeGui in action.**
< img alt = "logo" src = "https://github.com/nodegui/react-nodegui-starter/raw/master/assets/demo.png" height = "300" / >
## To Use
To clone and run this repository you'll need [Git ](https://git-scm.com ) and [Node.js ](https://nodejs.org/en/download/ ) (which comes with [npm ](http://npmjs.com )) installed on your computer. From your command line:
```bash
# 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 dev server
npm run dev
# Open andother terminal and run the app
npm start
```
## Installation & Resources for learning React NodeGUI
- [Documentation ](https://react.nodegui.org ) - all of React NodeGui's documentation.
- [NodeGui ](https://nodegui.org ) - all of NodeGui's documentation.
## License
MIT