Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 668 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 668 Bytes

Tesla Clone

This is a pixel perfect clone of the Tesla site. This app was built using JavaScript and React. You can view this app by visiting https://tesla-efren.netlify.app/

image

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone into repo

    https://github.com/Efren707/tesla-clone.git
    
  2. Install npm packages

    npm install
    
  3. Start server

    npm start