Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cd .\front_end\
npm install
npm run dev

Folder Structure:

You’ll see 3 folders under the repo which are brain_api, front_end, and mini_computer_api. The front_end folder contains codes for the frontend.

...