Skip to content

bilalmohib/React-TypeScript-Mdbootstrap-Firebase-Material-UI-SAAS-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with React-TypeScript-Mdbootstrap-Firebase-Material-UI-SAAS-Starter

This project Consists of

  • React
  • TypeScript
  • Mdbootstrap
  • Firebase
  • Firestore
  • Firebase Real Time Database
  • Material-UI-SAAS

To start using firebase go to https://console.firebase.google.com/u/0/

and then go to project settings after adding a webapp for your firebase and enabling database and other things you want to use Add your firebase credentials to src/firebase/index.js

Its upto you.You can add an .env in the root of your project directory also

Available Scripts

Installation

In the project directory, you can run the command

npm install or yarn

Starting the project

In the project directory, you can run the command:

npm start or yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!