Well I have to get marks for getting started.

The first episode is now live where I talk about NPM, VSCode, and the Angular CLI

Here’s the cheat sheet of the episode if you’re keen to type the commands we run through:

[ ] Download NodeJS and NPM from Nodejs.org
[ ] mkdir nodeme
[ ] npm init .
[ ] npm install –save lodash
[ ] npm install –save-dev gulp
[ ] npm install -g angular-cli
[ ] ng help
[ ] ng new twit-ng
[ ] ng serve
[ ] Download Visual Studio Code or WebStorm or IntelliJ
[ ] Quick review of what we’ve done

Tomorrow we’re talking about project structure and we get coding!