A recreation of the stunning user experience provided by Tesla.
- A serverless application written in TypeScript with NodeJS.
- A front-end that utilizes ReactJS, TailwindCSS, PostCSS, styled components, and other component libraries for design.
- User, product, and in-progress cart information are stored and persisted through a Redux state container.
- The application manages authentication and data storage in the cloud through Firebase services.
1. Clone this project repo.
git clone https://github.com/GreenJ84/Tesla_Clone.git
2. Install all dependencies.
npm i
or
yarn install
3. Change directories into the project
cd Tesla_Clone
4. Run the application in developent
npm run start
Checkout these Docs: