Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ramicode/Node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs

NodeJS 101 course

Pre-requisites

Bash Shell

Much of the course will be done on the command line so it's important to be familiar with it. We will use the BASH shell. If you are running OSX or Linux then you already have this. If you are on Windows then these are your options:

  • Built in Windows 10 Bash shell. If you have the latest Windows 10 anniversary update you can activate a native Bash shell. I haven't tried this myself yet. If it works well it should be the best option. See instructions here: How to Install and Use the Linux Bash Shell on Windows 10

  • Git Bash. This comes with Git for windows and should already be installed if you have installed Git. If not you can re-install git and make sure it is selected. Git for windows

  • Cygwin. Cygwin is like installing a virtual Linux on your PC. Very powerful, with many options, but not the best choice if you don't like spending time configuring things. Cygwin project

Please look at this tutorial to help you get up to speed with using the command line: Digital Ocean - getting started with Linux

Git

Git is required to upload your homework. You will need:

  • A github account. Sign up here GitHub

  • Git installed on your laptop All installers are here: Git SCM. If you are running Linux you can also install by using the package manager of your distribution.

  • A working knowledge of using git. Here is a short tutorial Digital Ocean Git tutorial. Here is a cheat sheet. Print out and keep next to you :-) Git cheat sheet. If you want to deep dive you can get this free book Pro-Git.

Node.js

Obviously you need Node.js installed to use :-) The installer for your OS can be downloaded from their website Node.js. If you are running Linux you can also install by using the package manager of your distribution. Please install the 'Current' version 6.6.

About

NodeJS 101 course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%