- JavaScript
- React
- Firebase Realtime Database
- Bootstrap
-
You need to have Node and NPM installed on your computer.
-
Installing Node automatically comes with npm.
Link for installation: https://nodejs.org/en/download/
- If you haven't downloaded the source code, clone this project to your local machine
https://github.com/rayguo233/forum.git
run the command below
$ git clone https://github.com/rayguo233/forum.git
-
Installing the project dependencies
run the command below
$ cd forum $ npm install
-
Include your Firebase credentials
Fill in the
src/services/firebase.js
file appropriately. -
Start the project
run the command below
$ npm start
-
Visit
http://localhost:3000