COLLABARATING EDITING WITH DIFF PATCH MATCH
- Typescript
- React (v16)
- Express.js (v4) as production and development server
- Webpack 4 (production and development configurations)
- SCSS support (+ sanitize.css included)
- ES2015+
- Socket.io
- nodemon
- diff_patch_match
- web worker
- TSLint
- workerize-loader
- Prettier code formatter
- React Hot Loader
- Server inspect
- Linux/MacOS/Windows
git clone [email protected]:MrChe/collabarating-editing.git
cd collabarating-editing
npm install
# run client
npm run client
# run server
npm run server
# run server watch mode
npm run server:watch
# run server watch mode and debug
npm run server:debug
MIT License. Free use and change.