All Projects โ†’ wizardoc โ†’ wizard

wizardoc / wizard

Licence: other
๐ŸณWizardoc is a WEBAPP for managing documents and knowledge.

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to wizard

Coderplanets web
the most sexiest community for developers, build with React, Mobx/MST, GraphQL, Styled-Components, Rxjs, Ramda ... and โค๏ธ
Stars: โœญ 314 (+450.88%)
Mutual labels:  styled-components, mobx
web-starter-kit
An opinionated starter kit with styled-system, graphql-hooks, mobx and nextjs (PWA)
Stars: โœญ 17 (-70.18%)
Mutual labels:  styled-components, mobx
Articles
๐Ÿ”–My Learning Notes and Memories - ๅˆ†ไบซๆˆ‘็š„ๅญฆไน ็‰‡ๆฎตๅ’ŒไธŽไฝ ็š„ๅ›žๅฟ†
Stars: โœญ 3,040 (+5233.33%)
Mutual labels:  article, document
Next Starter
Next.js Starter using GraphQL, MobX (Next.js, TypeScript, Babel, Express.js, Apollo Client, React Apollo, React Apollo Hooks, GraphQL Codegen, MobX, mobx-state-tree, styled-components, next-optimized-images, Serverless Framework, AWS Lambda, Dotenv)
Stars: โœญ 90 (+57.89%)
Mutual labels:  styled-components, mobx
meowmeow
MeowMeow - A Toy File Encoder/Decoder
Stars: โœญ 18 (-68.42%)
Mutual labels:  article
marvel-jarvig
Marvel JARVIG (Just A Rather Very Interesting Game) is a game that lets you find and discover Marvel Comics characters based on their name, image and description!
Stars: โœญ 13 (-77.19%)
Mutual labels:  styled-components
electron-exhentai
No description or website provided.
Stars: โœญ 13 (-77.19%)
Mutual labels:  mobx
react-ssr-hydration
Example of React Server Side Rendering with Styled Components and Client Side Hydration
Stars: โœญ 15 (-73.68%)
Mutual labels:  styled-components
bayou
Collaborative document editing, with Quill-based front end
Stars: โœญ 21 (-63.16%)
Mutual labels:  document
utd-grades
A tool to view grade distributions at UT Dallas.
Stars: โœญ 23 (-59.65%)
Mutual labels:  styled-components
nytimes-bestseller
NY Times best sellers list explorer
Stars: โœญ 35 (-38.6%)
Mutual labels:  styled-components
hackernews-TUI
A Terminal UI to browse Hacker News
Stars: โœญ 347 (+508.77%)
Mutual labels:  article
weapp-starter-kit
No description or website provided.
Stars: โœญ 13 (-77.19%)
Mutual labels:  mobx
osmosis-frontend
Web interface for Osmosis Zone
Stars: โœญ 117 (+105.26%)
Mutual labels:  mobx
babel-plugin-styled-name
Name for your styled-components in development
Stars: โœญ 16 (-71.93%)
Mutual labels:  styled-components
zerk
Minimalist Markdown REPL
Stars: โœญ 14 (-75.44%)
Mutual labels:  markdown-editor
tsstyled
A small, fast, and simple CSS-in-JS solution for React.
Stars: โœญ 52 (-8.77%)
Mutual labels:  styled-components
cargo-react
A Boilerplate for creating Component Libraries in React + Typescript + StoryBook + Styled Components
Stars: โœญ 13 (-77.19%)
Mutual labels:  styled-components
karang
React components library that implement Lalamove Design.
Stars: โœญ 14 (-75.44%)
Mutual labels:  styled-components
forex-web-app
๐Ÿ’ฑโ€‚foreign currency exchange app built with react hooks
Stars: โœญ 17 (-70.18%)
Mutual labels:  styled-components

Wizardoc

Wizardoc is a WEBAPP for managing documents and knowledge.

QuickStart

U can just use the following commands to 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

Endpoint configs

Each project(Client or Server) has a configuration directory named .config, you can update the config files inside the directory to change config of endpoint.

๐ŸŽฏ TroubleShooting

Troubleshooting is process of diagnosing of the source of a problem, here r the problems that may be encountered in the project. If u find anything that's not on record here, u can give us feedback via Issue๐Ÿ›.

๐Ÿ“ฆStart website by Parcel@2

Normally, u can just need to run parcel public/index.html to start Node server that with the website, unfortunately except this command u have to specify a PATH to help Node to find the position of node_modules because of the parcel@2 don't support cross-dependency of monorepo by Lerna, in this case, we specify the NODE_PATH as ../ to ensure the website can run without monorepo support of Parcel@2.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].