Curricula is a small sample application intended to help manage learning resources. It is built with:
- React
- Webpack
- Node
The idea is that there are so many great learning resources available, and that a structured approach may be worthwhile. Hopefully, this application will enable the creation of a curated curriculum and a more efficient approach to the learning process, so you can keep building things!
- Books
- Courses
- Screencasts
- Talks
- Blog Posts
- Challenges
- Projects
| Script | Description |
|---|---|
| npm run build | Uses webpack to generate all static files in the /build directory. |
| npm run deploy | Pushes to gh-pages branch and deploys to production. |
| npm run flow | Type checking with Flow. |
| npm run stats | Generates a stats.json file with build statistics. |
| npm run start | Starts the webpack dev server running at http://localhost:8080/. |
| npm run tdd | Watch files and continually run specs. |
| npm run test | Runs all tests in the /specs directory. |
- node
5.5.0 - npm
3.3.12 - react
0.14.7 - webpack
1.12.12
This stack for this application was derived from following along with the SurviveJS tutorial. Check it out if you're interested in creating something similar!
