Skip to content

joostory/tistory-editor

Repository files navigation

Editor Download Count Build Result

Editor는 각 블로그의 API를 사용하여 블로그에 글을 작성하고 작성한 글을 관리하는 목적으로 만들고 있습니다.

Run (개발용)

$ npm install

# react build (development)
$ npm run watch

# electron start
$ npm run app

# react build and run app (development)
# npm start

배포용 앱 생성

$ npm install

# react build (production)
$ npm run build

# 현재 OS 앱 생성
$ npm run dist

# 모든 OS 앱 생성
$ npm run dist -- -wml