create-react-app my-react-app cd my-react-app git init git add . git commit -m 'Saving before ejecting' npm run eject