Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 690 Bytes

README.md

File metadata and controls

57 lines (34 loc) · 690 Bytes

Docs Editor

📃 Document Editor Application using React, TypeScript and Firebase

React, TypeScript, Firebase를 사용해 만든 문서 편집 앱입니다.


Live demo

You can check live demo here.


Preview

preview


Tech and libraries

  • React
  • TypeScript
  • Sass
  • Firebase
  • query-string
  • React Quill
  • React Confirm Alert
  • Vercel(deployment)

Getting Started

  1. Clone this repo

    $ git clone https://github.com/SewookHan/docs-editor.git
    
  2. Install

    yarn
    

    or

    npm install