An open API service indexing awesome lists of open source software.

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

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