Gives in depth analysis and a dev environment for TypeScript that is:
- easy to install
- easy to use
Why TypeScript? Here are few reasons. Also you can build complete applications with a single language > this means you can have dev tools (like this) that can understand all your project.
Get it:
npm install ped -g
Run it from the directory you want to serve up:
ped
Now open it in your favorite browser (pssst chrome
) at the URL mentioned in your console.
- Works the same on the server as your local file system. Remote editing FTW!
- Heck..you can check in the IDE as a
devDependency
! - Like cloud9 ... but on your server!