Here is a list of technologies we use:
- React JS: Frontend React JS
- Firebase: handle google login in frontend and also use for database.
- We follow proper naming convention like for folder we are using
camel Casefor filesPascal Caseand function name should be incamel Case. - We are following Prettier to proper format the code.
- No
console.logs in any file: we are removingconsole.logafter develping done.
The first step to running Tesla Clone locally is downloading the code by cloning the repository:
git clone https://github.com/svarcoder/Tesla.gitAfter clone install the node modules:
yarn installTo start the Next Server locally:
yarn start