Skip to content

Latest commit

 

History

History
executable file
·
52 lines (33 loc) · 1.09 KB

File metadata and controls

executable file
·
52 lines (33 loc) · 1.09 KB

Tesla Clone Repositories


Docs

Technologies

Here is a list of technologies we use:

  • React JS: Frontend React JS
  • Firebase: handle google login in frontend and also use for database.

Code Style

  • We follow proper naming convention like for folder we are using camel Case for files Pascal Case and function name should be in camel Case.
  • We are following Prettier to proper format the code.
Rules
  • No console.logs in any file: we are removing console.log after develping done.

First time setup

The first step to running Tesla Clone locally is downloading the code by cloning the repository:

git clone https://github.com/svarcoder/Tesla.git

After clone install the node modules:

yarn install

To start the Next Server locally:

yarn start