Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arthurarakelyan/keep-link
- Owner: ArthurArakelyan
- License: mit
- Created: 2023-06-16T18:57:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-14T13:36:34.000Z (9 months ago)
- Last Synced: 2024-04-24T05:35:30.729Z (8 months ago)
- Topics: angular, firebase, ngrx, playwright, pwa, rxjs, storybook, typescript
- Language: TypeScript
- Homepage: https://keep-link.vercel.app
- Size: 1.69 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
 Â
 Â
 Â
 Â
 Â
 Â
 Â