⭐ React with TypeScript template.
⭐ This repo reduces setup time for new project.
⭐ Repo has readymade common features like login and logout, multilanguage support.
⭐ Repo has a bunch of commonly used components for any project like button, card, alert etc.
⭐ Repo comes with unit tests also.
-
Clone the repository using git command:
git clone <url>
-
Install node modules using :
npm install
-
You are all set.
📌 Folder's name should be camelCase. Ex: userPage
📌 Component's name should be PascalCase Ex: ButtonComponent.tsx
📌 Utility files should be named in camelCase Ex: i18n.ts
📌 Formal function and variable should be in camelCase Ex: handleChange
📌 Components should have extension tsx Ex: ButtonComponent.tsx
📌 Utility files should have extension ts Ex: data.ts
📌 Keys in language files should be in PascalCase.