Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 2.15 KB

README.md

File metadata and controls

68 lines (41 loc) · 2.15 KB

UI Clone Tesla

Github top language Github language count Repository size License Github issues Github forks Github stars


🎯 About

Tesla, Inc., is a North American automotive and energy storage company that develops, produces and sells high-performance electric automobiles, engine components and transmissions for electric vehicles, and battery-based products.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/miguelrisquelme/uiclone-tesla

# Access
$ cd uiclone-tesla

# Install dependencies
$ yarn install

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Miguel Riquelme

 

Back to top