BeDeve
0.1 Get StartedInstallRun docs1. Home1.1 Linux Administration1.2 Tutorials2.1 Web app architecture2.2 Developer Environment setup2.3 Javascript2.4 Mongodb2.5 Soundcloud Reverse Engineering3.1 Developer Operations3.1.1 Markdown CheatsheetContributingPull request templateReadme

Fullstack development monorepo

Install

npm install -g yarn
git clone https://github.com/bedeve/fullstack-development.git
# or git@github.com:bedeve/fullstack-development.git if you
# are team member
cd fullstack-development
yarn start

Run docs

yarn docz:dev

Each folder in ./packages/ is a chapter

At the top of each .md or .mdx file you can set the name and the route that will be used.

Contributions to this repository is done by branching and merging with master.