budgetparty icon indicating copy to clipboard operation
budgetparty copied to clipboard

Curriculum drafts

Open ionapjolive opened this issue 7 years ago • 1 comments

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.

ionapjolive avatar Dec 20 '17 18:12 ionapjolive

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: screen shot 2018-02-13 at 1 30 41 am

mateoclarke avatar Feb 13 '18 07:02 mateoclarke