Serverless Personal Blog System on Firebase.
This application is not yet in the practical stage.
Many releases contains breaking changes.
- Node.js 8.12.0
- Yarnpkg
- Firebase Tools
yarn global add firebase-tools
admin
- Administration Console for Desktop
app
- Frontend (App) and Server-Side Rendering
functions
- Firebase Functions for statistics, registration and others.
types
- Type Definitions for YuiBlog.
yarn run install
yarn run bootstrap
- Start API Server
cd packages/functions
yarn run dev:express
- Host:
http://localhost:3001
- Start App Server
cd packages/app
yarn run dev
- Host:
http://localhost:3000