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

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.

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
```