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 installyarn run bootstrap- Start API Server
cd packages/functionsyarn run dev:express- Host:
http://localhost:3001
- Start App Server
cd packages/appyarn run dev- Host:
http://localhost:3000