Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 495 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 495 Bytes

React Meetups

What it is & how to run

As with other CRA instances, you can start it in development mode with

npm start

Open http://localhost:3000 to view it in your browser.

To build the app for production, use

npm run build

What it uses

  • Modern untyped JS with the basic React installation with create-react-app.
  • A Firebase real time DB to Add Meetups and retrieve them
  • An in-memory store for Favorites made available through a Context