- Open command line terminal in videoannotator project
- Switch directory using "cd video-player-react"
- "npm install" to install the node_modules locally for video-player-react project.
- "npm start" to start the web application
Runs the application in web url http://localhost:8080.
- Open command line terminal in videoannotator project
- "npm install" to install the node_modules locally.
- "npm run electron-development" to start the electron js application in development mode. Note : This will work only when the web application is running prior.
- Open command line terminal in videoannotator project
- Switch directory using "cd video-player-react"
- "npm install" to install the node_modules locally for video-player-react project.
- "npm run build" - This will create a dist folder with build html and JS files in it.
- Open command line terminal in videoannotator project
- "npm install" to install the node_modules locally.
- "npm run electron-production" to start the electron js application in production mode using the build files generated in the previous step.
- Open command line terminal in videoannotator project
- "npm install" to install the node_modules locally.
- "npm run make"- This will create a out folder where the exe file will be located.