A dashboard project made with React Typescript and uses Firebase Auth and Firebase Firestore.
- Clone this repository
cd
to project directory- Run
yarn
ornpm install
In the project directory, you can run: yarn start
or npm start
Open http://localhost:3000 to view it in the browser.
- react-router-dom:
yarn add react-router-dom @types/react-router-dom
- firebase:
yarn add firebase
- axios:
yarn add axios
- redux:
yarn add redux
- react-redux:
yarn add react-redux @types/react-redux
- redux-thunk:
yarn add redux-thunk
Matheus Abreu
LinkedIn: https://www.linkedin.com/in/matheusabr/
Twitter: https://twitter.com/mrmattabreu/
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.