Skip to content

mkubdev/EddieHubLive

 
 

Repository files navigation

EddieHubLive

EddieHubLive codebase

A map showing the location of all project contributors

Getting Started

Navigate to directory on your machine:

cd folder/to/clone-into/

Clone repository:

git clone https://github.com/EddieHubCommunity/EddieHubLive

Navigate to repository:

cd ./EddieHubLive
npm i

or

yarn install

Start the Sever:

npm start
# or
yarn start

Project Structure

├── ...
├── components       Contains all page components (HOCs, elements, etc.)
├── Environments     Display events
├── App.js           Renders all component to create the page 
└──...... 
──package.json     Contains all dependencies

Learn More About React, Socket.io and setting up and Leaflet.js

To learn more about Vue and Mongodb, take a look at the following resources:

You can check out the React's GitHub repository - your feedback and contributions are welcome! You can check out the Leaflet's GitHub repository - your feedback and contributions are welcome! You can check out the Socket.io's GitHub repository - your feedback and contributions are welcome!

About

Map to show EddieHub contributors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.3%
  • HTML 22.9%
  • Dockerfile 8.0%
  • CSS 7.8%
  • TypeScript 5.5%
  • Shell 0.5%