A static web portal and notes for General Assembly's part-time JavaScript Development (JSD) course.
Hosted at http://jsd.nyc/ using surge.sh.
Please feel free to fork for your own class. Contributions are welcome 👍
Note: Are you teaching Frontend Web Development (FEWD)? Be sure to checkout https://github.com/cheshireoctopus/gafewd.
-
If deploying through Surge, add a
CNAME
file containing your desired URL in thepublic
directory (more info). -
Sass files for styling the Reveal.js slides live at
assets/sass
and are compiled topublic/css/build.css
by running./bin/sass
from root.
You will notice that the materials
and notes
directories exist both at the root of this project, as well as inside of the public
directory.
As the two directories at the project root are not exposed to the public, I use them as a workplace; once the notes and materials for a particular class are complete, I move the associated files into the public directory.