Learn about developing and debugging Node.js using JetBrains WebStorm.
http://slid.es/chriscowan/developing-node-js-with-webstorm
- Fork this repository
- Install Node.js
- Mac OS X - brew install nodejs
- Windows - Dowload MSI from http://nodejs.org
- Ubuntu - apt-add-repository ppa:chris-lea/node.js && apt-get update && apt-get install nodejs
- Install Redis
- Mac OS X - brew install redis
- Windows - Visit https://github.com/dmajkic/redis/downloads and download redis-2.4.5-win32-win64.zip
- Ubuntu - apt-add-repository ppa:chris-lea/redis-server && apt-get update && apt-get install redis-server
- Install WebStorm
- Visit http://www.jetbrains.com/webstorm/download/ and download the free trial.
- Follow along with the slides