MCPcopy Index your code
hub / github.com/4GeeksAcademy/react-hello-deprecated

github.com/4GeeksAcademy/react-hello-deprecated @2.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2.0.1 ↗ · + Follow
6 symbols 8 edges 2 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Hello World with React and Cloud 9

Make sure you have node version 8

$ nvm i 8
Download the boilerplate using the BreatheCode CLI
$ npm i breathecode-cli -g
Download the boilerplate using the BreatheCode CLI
$ breathecode start:react -r

That is it!

How start coding?

Now you have an index.js that will start your javascript execution (like the window.onload).

Every time you save your source code (js & css files) you will have to re-build your bundle.

You are ready to go! You can commit & push to your new repository whenever you want.

How to include images and other files?

To include images, styles or any other type of file just use the import command:


    //This will include file.js into your bundle.
    import 'js/file2.js';

    //this will include the styles at index.scss to your bundle.
    import '../styles/index.scss';

Core symbols most depended-on inside this repo

render
called by 0
src/App.js
render
called by 0
src/components/home.jsx

Shape

Class 4
Method 2

Languages

TypeScript100%

Modules by API surface

src/components/home.jsx3 symbols
src/App.js3 symbols

For agents

$ claude mcp add react-hello-deprecated \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact