Glitch Community Projects
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
.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests to us.
Getting Started
File structure
- the backend app starts at
server.js
src/client.js
is compiled and served as /client-bundle.js- view templates are powered by the .jade files in
src/templates/
. A conversion from Jadelet to React.js is underway-- new files are .jsx :-) - stylus files like
public/styles/style.styl
is compiled and served directly aspublic/style.css
- Files in
public/
are served directly - drag in
assets
, like images or music, to add them to your project
application models -> presenter -> DOM
Built with
___ ___ ___
{o,o} {o.o} {o,o}
|)__) |)_(| (__(|
--"-"-----"-"------"-"--
O RLY? YA RLY NO WAI!
Remixing this project
Once you remix this project, it'll come straight to life! The only external dependency that doesn't remix cleanly is OAauth login -- see the FAQ for a workaround.