created by Josh Mabry
This is a Slack clone made using React, Redux, Firebase, and styled using Semantic UI.
- Clone this repo
- run
npm install
in root folder - run
npm run start
to start the development server
Be sure to update src/firebase.js with your own firestore settings
- run
npm run build
to create the build folder - run
firebase init
and be sure that the database and storage rules match the example files, otherwise copy those into the newly created ones - run
firebase deploy
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change
Please make sure to update tests as appropriate