- Save, Edit, Delete notes
- Calendar
- Schedule
- Weather
- Map
- Translate
- Calculate
- Game
- Login/register
Download Zip
npm install
npm start
electron
은
Electron의 미리 컴파일된 바이너리를 포함하는 npm
모듈입니다.
만약 npm
을 통해 전역에 이 모듈을 설치했다면, 애플리케이션 소스 디렉터리에서 다음
명령을 실행하면 바로 실행할 수 있습니다:
electron .
또는 앱 디렉터리 밖에서 앱을 실행할 수도 있습니다:
electron app
npm 모듈을 로컬에 설치했다면 다음 명령으로 실행할 수 있습니다:
$ ./node_modules/.bin/electron .
$ .\node_modules\.bin\electron .