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
yarn install
Start the Sever:
npm start
# or
yarn start
├── ...
├── 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
To learn more about Vue and Mongodb, take a look at the following resources:
- React Documentation - Learn about React and it's installation.
- Leaflet Documentation - Learn about Leaflet.js and it's usage
- Socket.io Documentation - Learn about Socket.io and it's usage
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!