JianXinZuo / wizard

🍳Wizardoc is a WEBAPP for managing documents and knowledge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wizardoc

Wizardoc is a WEBAPP for managing documents and knowledge.

QuickStart

U can just use the following commands quickly launch this project.

# Link to client/server
yarn bootstrap

# Compile lerna packages
yarn compile

The application using node server as a middleware for forward all request from client and process data of response.

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”          β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”          β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                   β”‚  <-----  β”‚                   β”‚  <-----  β”‚                   β”‚
β”‚       WEBAPP      β”‚          β”‚  Node Middleware  β”‚          β”‚     API Server    β”‚
β”‚                   β”‚  ----->  β”‚                   β”‚  ----->  β”‚                   β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜          β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜          β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

So u should start node server before client.

# Start application
yarn server:start & yarn client:start

About

🍳Wizardoc is a WEBAPP for managing documents and knowledge.


Languages

Language:TypeScript 95.1%Language:CSS 2.1%Language:HTML 1.9%Language:JavaScript 0.9%Language:Dockerfile 0.0%