Skip to content
Permalink
f7ad59bf95
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
31 lines (23 sloc) 827 Bytes
# Class10
Intro to Open Source projects, package managers, and frameworks!
## Final Project Discussion w/ Tara Watrous
- What questions do you have for Tara?
- Quick project rubric updates
## Open Source Projects
1. Review of Open Source
2. More complicated projects
## Package Managers
1. What are they?
2. Node Package Manager
3. Setup and use
4. Some examples of open source packages
## Frameworks
1. What are they?
2. Most common frameworks
3. Getting started with React JS
### Resources
- [What is Open Source](https://opensource.com/resources/what-open-source)
- [Package Managers](https://flaviocopes.com/npm/)
- [Node Package Manager Setup](https://www.npmjs.com/get-npm)
- [Top JS Frameworks](https://hackr.io/blog/best-javascript-frameworks)
- [ReactJS Hello World](https://reactjs.org/docs/hello-world.html)