Skip to content

nahash411/ZinnoberThunder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

201 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZThunder

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.

Version

1.0.0

Tech

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.

Installation

  1. Fork it from the repo.
  2. Clone it.
  3. Install gulp globally:
$ npm install -g gulp

Switch to ZinnoberThunder directory and install dependencies:

$ cd ZinnoberThunder
$ npm install
$ gulp build

Start the server:

$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.9%
  • CSS 6.5%
  • HTML 1.6%