Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (16 loc) · 490 Bytes

dev-notes.md

File metadata and controls

17 lines (16 loc) · 490 Bytes

dev environment

We use chrome://inspect to debug both the frontend and backend here we record the way to init the dev enviroment use make initDevEnvironment

Folder struct

dev-tools:
  scripts and files for development and debug
database:
  default place to store the mongodb database
tools:
  js functions or packages that can be separated from our main project. These files may become idependentn npm package later.
brainhole:
  the project folder for the brainhole backend