parent
2eaa37b595
commit
45394c2d30
@ -1,7 +1,28 @@ |
|||||||
# React Desktop Starter |
# react-desktop-starter |
||||||
|
|
||||||
To run: |
**Clone and run for a quick way to see NodeGUI React Desktop in action.** |
||||||
|
|
||||||
`npm install` |
## To Use |
||||||
|
|
||||||
`npm start` |
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-desktop-starter |
||||||
|
# Go into the repository |
||||||
|
cd react-desktop-starter |
||||||
|
# Install dependencies |
||||||
|
npm install |
||||||
|
# Run the app |
||||||
|
npm start |
||||||
|
``` |
||||||
|
|
||||||
|
Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt. |
||||||
|
|
||||||
|
## Resources for Learning NodeGUI/React Desktop |
||||||
|
|
||||||
|
- [nodegui.github.io/nodegui](https://nodegui.github.io/nodegui) - all of NodeGui and React Desktop's documentation |
||||||
|
|
||||||
|
## License |
||||||
|
|
||||||
|
MIT |
||||||
|
After Width: | Height: | Size: 31 KiB |
Loading…
Reference in new issue