Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/puku0x/puku0x.dev

An experimental blog made with Angular and Scully
https://github.com/puku0x/puku0x.dev

angular scully

Last synced: 3 days ago
JSON representation

An experimental blog made with Angular and Scully

Awesome Lists containing this project

README

        

# puku0x.dev

- Angular v13
- Scully v12
- ESLint v8 + angular-eslint v13
- Jest v27
- Cypress v9
- Workbox v6

## Install

```
npm ci
```

## Development

```
npm start
```

## Build

```
npm run build
```

## Prerender

```
npm run scully -- --prod --RSD
```

## Running unit tests

```
npm test
```

## Running end-to-end tests

```
npm run e2e
```