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.
- Host: GitHub
- URL: https://github.com/magiccube/tesla-mobile-app
- Owner: MagicCube
- Created: 2021-08-30T15:22:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T06:37:23.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T16:32:59.765Z (12 months ago)
- Language: TypeScript
- Size: 13.2 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tesla-mobile-app
[](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
```