This is a Google docs clone made according to tutorial by Web Dev Simplified.
Get your local copy of the repository by cloning or forking.
Install project package dependencies. Run npm install in the terminal.
To start development version, run npm start in the terminal.
Install project package dependencies. Run npm install in the terminal.
To start development version, run npm run devStart in the terminal. You should have MongoDB Community Server running on your machine as well.