Skip to content

simianhacker/WebStorm-And-Debugging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published