Skip to content

artem-streltsov/google-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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: