https://github.com/yuu-eguci/ptf
Publish my portfolio website using Angular, SPA and i18n at GitHub Pages. Always be mindful of the website easy to maintain.
https://github.com/yuu-eguci/ptf
angular github-pages typescript
Last synced: 2 months ago
JSON representation
Publish my portfolio website using Angular, SPA and i18n at GitHub Pages. Always be mindful of the website easy to maintain.
- Host: GitHub
- URL: https://github.com/yuu-eguci/ptf
- Owner: yuu-eguci
- Created: 2020-02-01T08:16:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T01:19:31.000Z (about 1 year ago)
- Last Synced: 2025-06-17T01:38:22.744Z (about 1 year ago)
- Topics: angular, github-pages, typescript
- Language: CSS
- Size: 22.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ptf
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.23.
## Installation
久しぶりに開いたときどうすりゃいい?
```bash
# Get angular-cli
npm install -g @angular/cli@latest
# As usual
npm install
# Open locally
ng serve --open
# Deployment
ng deploy --cname=portfolio.hitoren.net
```