|
1 жил өмнө | |
---|---|---|
.. | ||
app | 1 жил өмнө | |
desktop | 1 жил өмнө | |
public | 1 жил өмнө | |
.gitignore | 1 жил өмнө | |
.npmrc | 1 жил өмнө | |
README.md | 1 жил өмнө | |
nodemon.json | 1 жил өмнө | |
package.json | 1 жил өмнө | |
remix.config.js | 1 жил өмнө | |
remix.env.d.ts | 1 жил өмнө | |
tsconfig.json | 1 жил өмнө |
Welcome to your new remix-electron project!
To install our app's dependencies, run the following command:
npm install
To start the app in development mode, run the dev script:
npm run dev
The following scripts are defined in the package.json
file:
prepare
: This sets up remix dependencies after an install. Don't remove this!dev
: Starts the app with hot reloading. Uses nodemon to restart the app when main process files change.build
: Builds the app for production. Uses Electron Builder to create a distributable package.start
: Starts the app in production mode. Make sure you ran build
first.See this guide: https://gist.github.com/kiliman/a9d7c874af03369a1d105a92560d89e9
Choose the dev
script to debug in dev, and start
to debug in production.