Skip to content

ViavaCos/vTodos

Repository files navigation

vTodos

This project was not only using React, But also can run in Electron after build.

Just like this Repo

Online Demo

GitHub Demo[not work now]

How to start?

In the project directory and just can run below script:

npm run start:render

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Other

If you like this, welcome to give a star.

Thank you so much.

Preview

image

build for web

npm run build:web

build for app

npm run build:app
npm run package
npm run make

merged repo

my-electron-app

Hot Reloading

For the main process, just type rs in the console you launched electron-forge from and we will restart your app for you with the new main process code.