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 Case
for filesPascal Case
and function name should be incamel Case
. - We are following Prettier to proper format the code.
- No
console.log
s in any file: we are removingconsole.log
after 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.git
After clone install the node modules:
yarn install
To start the Next Server locally:
yarn start