Skip to content
Permalink
5356967252
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
27 lines (20 sloc) 720 Bytes
# Class10
Intro to Open Source projects, package managers, and frameworks!
## 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 Intro](https://www.taniarascia.com/getting-started-with-react/)