Skip to content

renato-macedo/kipin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

$ cd server
$ npm install

Building the webapp

$ cd website
$ npm install
$ npm run build

Running the server

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

License

MIT