Skip to main content

Initialization Project Front + Back

    1.

    Go to your IDE and open blank directory

    image.png


    2. open your own terminal write "git init"

    image.png

    image.png


    3. Create a Directory "fronted" and "backend"

    image.pngimage.png


    4. create init fronted react app (you use the framework that you want) (just guidelines don't need to follow all na kub)

    image.png

    image.png


    5. create init backend with nodejs express

    image.png

    image.png


    6. don't forget to ignore nodemodule and env before push into GitLab (if we found your team will -2 points)

    image.png


    7. push into your repo of the group project by follow this command 

    image.png

    cd existing_folder
    git init --initial-branch=main
    git remote add origin you_repo_url_here
    git add .
    git commit -m "Initial commit"
    git push --set-upstream origin main
    

    8. YeYe you can Initialization Hackathon Project already

    image.png