Browse Source

Docs: learning resources

v5.0.0-beta
Eli Perelman 8 years ago
parent
commit
2647be7780
  1. 1
      docs/SUMMARY.md
  2. 21
      docs/learning-resources.md

1
docs/SUMMARY.md

@ -16,6 +16,7 @@
* [Simple](/customization/simple.md)
* [Advanced](/customization/advanced.md)
* [Creating presets](/creating-presets.md)
* [Learning Resources](/learning-resources.md)
* [API](/api/README.md)
* [CLI](/cli/README.md)
* [Contributing](/contributing/README.md)

21
docs/learning-resources.md

@ -0,0 +1,21 @@
# Learning Resources
Here we keep a listing of external learning resources related to Neutrino and its presets, things like blog posts,
tutorials, screencasts, videos, starter repos, and more. If you would like to submit a resource for the benefit of the
community, file an issue or submit a pull request.
## Blog Posts & Tutorials
[Modern JavaScript Apps with Neutrino](https://davidwalsh.name/neutrino) by [@eliperelman](https://twitter.com/eliperelman)
## Screencasts & Videos
## Starter Repositories
[Node.js Quickstart Kit for Neutrino](https://github.com/mozilla-neutrino/node-starter)
[Express Quickstart Kit for Neutrino](https://github.com/mozilla-neutrino/node-starter)
[React Quickstart Kit for Neutrino](https://github.com/mozilla-neutrino/react-starter)
[Web Quickstart Kit for Neutrino](https://github.com/mozilla-neutrino/web-starter)
Loading…
Cancel
Save