Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/puku0x/puku0x.dev
- Owner: puku0x
- Created: 2020-06-01T11:58:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T03:43:46.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T09:03:18.591Z (about 2 months ago)
- Topics: angular, scully
- Language: TypeScript
- Homepage: https://puku0x.dev
- Size: 7.27 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```