Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 445 Bytes

File metadata and controls

19 lines (10 loc) · 445 Bytes

Social Media Screams

Preview: Social Media Screams.

Back-end

  1. Create yout Firebase project go to social-media-firebase-functions/functions and change your apiKey in util/config.js

  2. Run yarn install (or npm)

  3. Run server with firebase serve

Front-end

  1. In client directory run yarn install

  2. In package.json and src/App.js configure yout proxy

  3. Run yarn start