adrian2x / react-firebase-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-firebase-auth

This project is a modern TypeScript React router app.

πŸ‘‰ React docs

πŸ‘‰ React Router docs

Get Started

npm install install the dependencies.

npm start start the app.

Project structure

src
β”œβ”€β”€ assets
β”œβ”€β”€ components
β”œβ”€β”€ hooks
β”œβ”€β”€ routes
β”œβ”€β”€ App.tsx
└── root.tsx

πŸ‘‰ The app entry point is the index.html which imports the root.tsx module.

The pages of the app live inside the routes directory and they are mounted in the routes defined in the App.tsx component.

Also these commands should be helpful!

npm run lint and fix any errors (or npm run lint:fix.)

npm run format to format the code.

npm test to run tests.

About


Languages

Language:TypeScript 91.4%Language:SCSS 6.6%Language:HTML 2.0%