https://github.com/renato-macedo/kipin
Chrome Extension, SPA, Pocket-like App
https://github.com/renato-macedo/kipin
chrome chrome-extension nestjs react
Last synced: 4 months ago
JSON representation
Chrome Extension, SPA, Pocket-like App
- Host: GitHub
- URL: https://github.com/renato-macedo/kipin
- Owner: renato-macedo
- License: mit
- Created: 2019-12-10T04:38:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T18:40:01.000Z (over 1 year ago)
- Last Synced: 2025-02-21T19:34:55.751Z (over 1 year ago)
- Topics: chrome, chrome-extension, nestjs, react
- Language: TypeScript
- Homepage:
- Size: 2.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
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
## Why
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
## Installation
(this is not a monorepo, you must install all package dependencies separately)
```bash
$ cd server
$ npm install
```
## Building the webapp
```bash
$ cd website
$ npm install
$ npm run build
```
## Running the server
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## License
MIT