Discover new reasons to code, remix cool and helpful projects made with Glitch.
Philosophically, a little bit Youtube
, some Spotify
, with a sprinkle of app store
.
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests to us.
Glitch employees should check out DEPLOYING.md for details on our deploy process.
File structure
- the backend app starts at
server.js
src/client.js
is compiled and served as /client-bundle.js- components and their styles are in
src/components/
:-) - view templates are powered by the .jsx files in
src/presenters/
- stylus files like
styles/style.styl
are compiled and served directly asbuild/style.css
- Files in
public/
andbuild/
are served directly - drag in
assets
, like images or music, to add them to your project
application models -> presenter -> DOM
___ ___ ___
{o,o} {o.o} {o,o}
|)__) |)_(| (__(|
--"-"-----"-"------"-"--
O RLY? YA RLY NO WAI!
Once you remix this project, it'll come straight to life! The only external dependency that doesn't remix cleanly is OAuth login -- see the FAQ for a workaround.