This project was bootstrapped with Create React App and Electron
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/syukinmei/cloud-doc.git
# Go into the repository
cd cloud-doc
# Install dependencies
npm install
# Run the app in development mode
# Open the Electron container after successfully starting the service http://localhost:3000
npm run dev