Skip to content

PvMeira/soba-noodles-desktop-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Desktop APP

How to run this app

In the project directory, you can run:

npm install

npm start

This will open Electron app after the web server is running

To create the production APP

Run the following commands :

npm run build

Will Build the react app

npm run app:dir

This is create the MacOS App

Learn More

You can learn more in the Create React App documentation. To learn React, check out the React documentation. To learn about Electron [Electron Doc] (https://www.electronjs.org/) To learn about the lib to package this code [Electron Builder] (https://www.electron.build/)