Skip to content

Latest commit

 

History

History
92 lines (62 loc) · 2.06 KB

README.md

File metadata and controls

92 lines (62 loc) · 2.06 KB

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

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

npm install

Run Development Server

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

npm start

Build

npm run build

Run Lint Test

npm run lint

Run Unit Tests

npm run test

Run Unit Tests In Production Mode

npm run test:prod

Run E2E Tests

npm run test:e2e

Run E2E Tests with UI

npm run test:e2e:ui

Run Storybook Development Server

npm run storybook

Build Storybook

npm run build-storybook

Tech Stack

TypeScript   Angular   RxJs   NgRx   Firebase   Storybook   Playwright