Spansberry aims to provide communities with a discussion platform via which they can hassle-free organize all the ongoing discussions under different categories and topics thereby keeping track of everything without getting lost in the abundance of it. This helps to manage the cluttered communication process, focus on the important ones and turn them into impactful actions.
Spansberry backend application is built on the following technologies:
- ReactJS
- Redux
- Bootstrap
(Make sure you have NodeJS and NPM installed on your machine. Also first get the backend application running on your machine inorder to support the frontend of the application)
- Fork this repository
- Clone this forked repository on your local machine using:
git clone https://github.com/<username>/community-forum-frontend.git
. (Replace username with your own username) - Install all the dependencies using
npm install
. - Start the application using
npm start
.