This is a Chrome Extension, SPA and Mobile App to store pages and notes (like GoogleKeep, Pocket)
Tech: Nestjs, React, React Native and Vanilla Javascript
Am I living or just saving things to watch or read later? - Me
I thought this was a good project to practice skills that I already knew and I could really use
(this is not a monorepo, you must install all package dependencies separately)
$ cd server
$ npm install
$ cd website
$ npm install
$ npm run build
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
MIT