Dies ist eine Kopie der Website von Tesla (Stand: Dezember 2023).
Dieses Projekt ist lediglich eine Kopie der offiziellen Website von Tesla und ist nur für Übungs-/Lernzwecke bestimmt.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Flashrex/tesla-clone.git
- Install NPM packages
npm install
- Compile and Hot-Reloading for Development
npm run dev