Skip to content

Serverless react app that uses Firebase, React hooks and Redux hooks

Notifications You must be signed in to change notification settings

brian7346/Think-Bigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Think Bigger

Serverless react app that uses firebase cloud functions and React. It is a small social network app that includes authentication, profiles and forum posts. As a component library i used Material UI

Quick Start

# Install client dependencies
cd client
npm install

# Run React from client
cd client
npm start

# Build for production
cd client
npm run build