Skip to content

Latest commit

 

History

History
executable file
·
28 lines (21 loc) · 705 Bytes

File metadata and controls

executable file
·
28 lines (21 loc) · 705 Bytes

Invisible project

Use

Try hovering on the Center of the Screen and clicking on the name and changing it

https://loopthrough-i-j.github.io/react-app/

Build Locally

Download Locally

  • git clone https://github.com/LoopThrough-i-j/react-app.git
  • cd react-app
  • sudo npm install
  • sudo npm start

Contribute

  • Fork the repo( Use the Button on the top right named Fork)
  • git clone https://github.com/Your-User-Name/react-app.git
  • cd react-app
  • npm install
  • sudo npm start
  • Make changes in src
  • Run in terminal bash build.sh
  • git add .
  • git commit -m "Commit Message"
  • git push origin master