budgetparty
budgetparty copied to clipboard
Curriculum drafts
Re issue #128 this is a start at what the curriculum could look using a template for lessons from Mozilla. Will need to work on better responsiveness and a better way to link to TEKS. Also, the index.html should probably be some kind of landing page but for now it is just the first lesson.
Making this pull request mainly to share progress and get feedback, and allow others to merge and/or plan additional work.
I got a chance to review this PR this evening. It looks great!!!
I'm wondering if it would be easier to deploy and maintain this as a separate github repo that gets linked from the homepage. The main thing we'd have to troubleshoot to merge would be how to serve your index file within the existing React.js + Webpack setup. (Something like this article explains 😝) Since these files don't use the same framework, it might just be easier to do it separately.
Are you able to serve this curriculum/
directory using npm start
@ionapjolive? I could only get it to work dragging and dropping the files into browser.
This is what I see with npm start
: