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
- Host: GitHub
- URL: https://github.com/artem-streltsov/google-docs
- Owner: artem-streltsov
- Created: 2021-10-21T18:06:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T12:48:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-05T17:13:33.628Z (over 1 year ago)
- Topics: documents, javascript, multi-user
- Language: JavaScript
- Homepage:
- Size: 2.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: