An open API service indexing awesome lists of open source software.

https://github.com/magiccube/tesla-mobile-app

A mockup of Tesla mobile App with 3D animation effects.
https://github.com/magiccube/tesla-mobile-app

Last synced: 5 months ago
JSON representation

A mockup of Tesla mobile App with 3D animation effects.

Awesome Lists containing this project

README

          

# tesla-mobile-app

[![Travis CI Build Status](https://app.travis-ci.com/MagicCube/tesla-mobile-app.svg?branch=master)](https://app.travis-ci.com/MagicCube/tesla-mobile-app)

A mockup of Tesla mobile App with 3D animation effects.

---

## Demo

https://magiccube.github.io/tesla-mobile-app/

---

## Install

It is **STRONGLY** recommended to install dependencies via [Yarn](https://yarnpkg.com/).

```sh
yarn
```

---

## Develop

Start a local development server for developing, debugging and testing.

```sh
yarn dev
```

---

## Build

Build for production.

```sh
yarn build
```

Preview the production build.

```sh
yarn preview
```