# Backslide - HTML 발표자료 쉽게 만들기

> Clean Markdown view of GeekNews topic #3577. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3577](https://news.hada.io/topic?id=3577)
- GeekNews Markdown: [https://news.hada.io/topic/3577.md](https://news.hada.io/topic/3577.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-01-15T10:54:08+09:00
- Updated: 2021-01-15T10:54:08+09:00
- Original source: [github.com](https://github.com/sinedied/backslide)
- Points: 19
- Comments: 2

## Topic Body

- Remark.js 와 Markdown을 이용한 HTML 슬라이드 만들기

- CLI 로 간단히 기본구조 생성하고 마크다운 편집

- Sass 템플릿 생성기

- 개발 서버 내장

- CSS/JS까지 하나로 묶은 HTML 또는 웹사이트 로 Export해서 서비스 가능

- 자동 PDF 변환 (Decktape 이용)

## Comments



### Comment 4218

- Author: xguru
- Created: 2021-01-15T10:57:07+09:00
- Points: 2

개발관련 발표자료 만들기에 딱 좋네요.

마크다운 편집하면, 개발서버가 브라우저에서 자동으로 리로드해서 보여주니 후다닥 만들수 있군요

### Comment 4219

- Author: rinae
- Created: 2021-01-15T11:08:47+09:00
- Points: 3
- Parent comment: 4218
- Depth: 1

https://marpit.marp.app

마크다운으로 슬라이드를 만드는 도구하면 이런 것도 있고,

mdx-deck 도 좋은 대안 중 하나입니다.

https://github.com/jxnblk/mdx-deck
