Skip to content

aaronguostudio/cloud-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Doc with Electron and React

Environment configuration

  • For running react and electron concurrently
    • yarn add --dev concurrently
  • For loading page after react server is running
    • yarn add --dev wait-on
  • For disabling open browser automatically
    • yarn add --dev cross-env
    • cross-env BROWSER=none npm start
  • React code styles
    • It's build-in, check this link

Development

  • yarn dev

Design and implementations

  • react-fontawsome
  • react-simplemde-editor
  • electron-store
    • data persistence solution

Learned from the project

  • Unidirectional data flow makes the developemnt easier. When build a project, we can start from the basic component, define the props, just make sure it will invoke the callback.

About

Cloud documentation with electron and react

Resources

Stars

Watchers

Forks

Packages

No packages published