To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/funofbfmv/binance-mobile-clone.git
Navigate to the project directory:
- cd binance-mobile-clone Install dependencies:
npm install Running the Application To start the application in development mode, run:
npm start Open http://localhost:3000 to view it in your browser. The page will reload when you make changes.
Building the Application To build the application for production, run:
npm run build This will create an optimized production build in the build folder.