- Clone the Repository:
git clone https://github.com/XGavinp/Rekise.git
- Install Dependencies:
npm install
- Run Updates:Start the Development Server:
npm start
- Build the Project:
Npm run build
- Run the Eject Command:
npm run eject
Ensure Your Code is Committed:
Make sure all your changes are committed before ejecting, as this process will make significant changes to your project.
1.Irreversible: Ejecting is a one-way operation. Once you eject, you cannot go back to the CRA default configuration.
2.Alternative: If you only need to customize parts of your configuration, consider using tools like react-app-rewired or craco for more flexibility without ejecting.