Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arthurarakelyan/keep-link

🔗 A simple and modern website where you can save your interesting and useful links.
https://github.com/arthurarakelyan/keep-link

angular firebase ngrx playwright pwa rxjs storybook typescript

Last synced: about 1 month ago
JSON representation

🔗 A simple and modern website where you can save your interesting and useful links.

Awesome Lists containing this project

README

        

# Keep Link

Keep Link is a powerful tool which allows you to save all your links in one place.

The website is deployed on [Vercel](https://vercel.com)

Website: https://keep-link.vercel.app

Storybook: https://keep-link-storybook.vercel.app

## Project setup

This project uses `npm` as a package manager.

Node version: `20.11.1`

NPM version: `10.2.4`

### Install Dependencies
```bash
npm install
```

### Run Development Server

Open http://localhost:4200 with your browser to see the result.

```bash
npm start
```

### Build

```bash
npm run build
```

### Run Lint Test

```bash
npm run lint
```

### Run Unit Tests

```bash
npm run test
```

### Run Unit Tests In Production Mode

```bash
npm run test:prod
```

### Run E2E Tests

```bash
npm run test:e2e
```

### Run E2E Tests with UI

```bash
npm run test:e2e:ui
```

### Run Storybook Development Server

```bash
npm run storybook
```

### Build Storybook

```bash
npm run build-storybook
```

## Tech Stack


TypeScript  
Angular  
RxJs  
NgRx  
Firebase  
Storybook  
Playwright Â