Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 837 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 837 Bytes

Developing Node.js With WebStorm

Learn about developing and debugging Node.js using JetBrains WebStorm.

http://slid.es/chriscowan/developing-node-js-with-webstorm

Getting Started

  1. Fork this repository
  2. 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
  1. 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
  1. Install WebStorm
  1. Follow along with the slides