Skip to content

A custom document editor built using quill forms and react

Notifications You must be signed in to change notification settings

danielsarkwa/doc-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

A custom document editor built using quill forms and react

libraries & tools used
  1. Socket.io
  2. Quills form
  3. MongoDB
  4. NodeJs

Client app scripts

In the client directory, you can run:

npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser,

Server app scripts

In the server directory, you can run:

npm run start:dev

Runs the app in the development mode.
Open http://localhost:3001

Database server

Download and install mongodb community server on your local machine to able to persist documents

Remember to start mongoDB server if it is not running as a service

Releases

No releases published

Packages

No packages published