Prerequisites
Prerequisites
NodeJS
Install via NVM
$ wget -qO https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash $ nvm install --lts
Install via Homebrew (MAC OS ONLY)
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" $ brew install node
Text Editor
VSCode is highly recommended
Getting Started
$ git clone https://github.com/PurdueHackers/NodeJSWorkshop.git
$ cd NodeJSWorkshop
$ npm install
All of the code for each step is broken up into git branches, so if you get stuck at any point, you can just discard your changes and run:
$ git checkout step(1,2,etc...)
Last updated
Was this helpful?