Website Link => https://bm-tesla-clone.netlify.app/
-
To get started with this project, you will need to have
Node.js
andNPM
installed on your system. -
First, you need to open a
Terminal
in your system andClone
this repository by using :
git clone https://github.com/Mk4Levi/Tesla-Clone-MK.git
- Navigate to the Project's directory :
cd Tesla-Clone-MK
- Install all Dependencies used in this Project :
npm install
- Finally, host it on local server :
npm run start
- Now just search this link in your browser to view the live running application in your Local sysytem :
http://localhost:3000
.
├── public/
├── src
│ ├── assets/
│ ├── components/
| └── Header.js
│ └── Footer.js
| └── Home.js
│ └── index.js
│
│ ├── config/
| └── firebaseConfig.js
│ └── index.js
│
│ ├── css/
| └── About.css
│ └── App.css
| └── Contacts
│
│ ├── pages/
| └── About.js
│ └── Contact.js
| └── Home.js
| └── Home2.js
│ └── Projects.js
| └── index.js
|
│ ├── App.js
│ ├── index.js
│ ├── vercel.json
│
├── .eslintrc.json
├── .gitattributes
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md
├── vite.config.js