An open API service indexing awesome lists of open source software.

https://github.com/artem-streltsov/google-docs

📄 Google documents clone
https://github.com/artem-streltsov/google-docs

documents javascript multi-user

Last synced: 12 months ago
JSON representation

📄 Google documents clone

Awesome Lists containing this project

README

          

# google-docs

Several people can work on the same document locally. Just share the link.



To start the server, open up the terminal, and execute the following commands once inside the "google-docs" directory:


cd server

npm i

nodemon server.js



To start the client, open up the terminal, and execute the following commands once inside the "google-docs" directory:


cd client

npm i

npm run start



Preview: