https://github.com/runnerty/runnerty.io
https://github.com/runnerty/runnerty.io
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runnerty/runnerty.io
- Owner: runnerty
- Created: 2018-07-03T11:07:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T08:49:34.000Z (over 1 year ago)
- Last Synced: 2025-03-25T03:34:42.212Z (about 1 year ago)
- Language: TypeScript
- Size: 5.85 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 91
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Required
@angular/cli 1.7
## Before start
```sh
npm i
```
## Client Side Rendering
```sh
ng serve
```
## Server Side rendering
```sh
npm run build:universal
npm run serve:universal
```