https://github.com/mikewesthad/togetheroo-web-app-sample
https://github.com/mikewesthad/togetheroo-web-app-sample
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikewesthad/togetheroo-web-app-sample
- Owner: mikewesthad
- Created: 2016-06-15T22:24:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T22:25:54.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T08:46:23.109Z (4 months ago)
- Language: JavaScript
- Size: 797 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Togetheroo Code Sample
======================This repository is a code sample of the Togetheroo web app that I built for a client. The live version of the app can be found [here](https://togetheroo.com/playspace/).
Togetheroo is closed-source, so only a sample is being made available here for portfolio purposes. The sample is incomplete and will not be runnable. Below is the full project structure. Sample files from key areas are left intact to show the web application architecture.
```
.
├── gulpfile.js
├── build/ (folder where the site is built and served)
└── src/
├── app-assets/ (sounds, images, physics, etc. for apps)
├── images/ (images for the site)
├── sass/
├── playspace-html/ (AJAX HTML fragments that individual apps need)
└── js/
├── main.js (entry point for all JS)
├── libs/ (bootstrap, jquery, etc.)
└── apps/ (app-specific JS)
```