ZThunder is a social media aggregator built using React, Mongo, Node, and Express.
The purpose of the application is to provide a method for members of an organization to share their social media contact information with the other members of the organization.
1.0.0
ZThunder uses the following open source projects:
- React - A JavaScript Library for building user interfaces
- Mongo - Open source, document database
- node.js - JavaScript runtime built on Chrome's V8 JavaScript engine
- Express - Node.js web application framework
- gulp - JavaScript build system
And of course ZThunder itself is open source with a public repository on GitHub.
- Fork it from the repo.
- Clone it.
- Install gulp globally:
$ npm install -g gulpSwitch to ZinnoberThunder directory and install dependencies:
$ cd ZinnoberThunder
$ npm install
$ gulp buildStart the server:
$ npm start