Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bilalmohib/react-typescript-mdbootstrap-firebase-material-ui-saas-starter

React,TypeScript,Mdbootstrap,Firebase,Material UI,SAAS Boiler Plate is here to make your development fast.
https://github.com/bilalmohib/react-typescript-mdbootstrap-firebase-material-ui-saas-starter

firebase-auth firebase-database firestore-database firestorecloud html-css-javascript jsx material-ui mdbootstrap react reactjs saas tsx typescript

Last synced: about 1 month ago
JSON representation

React,TypeScript,Mdbootstrap,Firebase,Material UI,SAAS Boiler Plate is here to make your development fast.

Awesome Lists containing this project

README

        

# 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](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](https://facebook.github.io/create-react-app/docs/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!