- I publish my engineer story (career) and skill set on the site.
yoshiki-0428 の業務経歴を載せたサイトです。 GitHubリポシトリーやQiitaポストなどがまとまっています。
↓よりアクセス可能です。↓
# node version
$ node -v
v10.16.1
# change node verision
brew install nodebrew
nodebrew install v10.16.1
nodebrew use v10.16.1
# install yarn
brew install yarn
# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn run dev
# build for production with minification
yarn run build
# build for production and view the bundle analyzer report
yarn run build --report
# initialize firebase
firebase init
# deploy to firebase
firebase deploy