A React-based copy trading application built with modern tools and technologies.
- React 18
- Vite
- Tailwind CSS
- Node.js
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repository:
git clone https://github.com/yourusername/copy-trading.git
cd copy-trading- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and visit
http://localhost:5173(or the port shown in your terminal)
npm run dev- Start the development servernpm run build- Build for productionnpm run preview- Preview the production build locally
copy-trading/
├── src/
│ ├── App.jsx
│ ├── main.jsx
│ └── index.css
├── public/
├── index.html
├── package.json
├── tailwind.config.js
├── postcss.config.js
├── vite.config.js
└── README.md
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.