URL: https://nobux42.com/
# create projeckut with typescript
$ create-react-app portfolio-react --typescript
$ npm install --save-dev node-sass
// react-route & redux
$ npm install --save react-router-dom redux react-redux
$ npm install --save-dev @types/react-redux @types/react-router-dom
// typescript-fsa & typescript-fsa-reducers
$ npm install --save typescript-fsa typescript-fsa-reducers
// rxjs & redux-observable
$ npm install --save rxjs
$ npm install --save redux-observable
$ npm start
$ git push origin m
$ npm run build
$ firebase deploy