Build Right: Modern Javascript Exercises
Node 7 is available, but many have encountered issues with it. For that reason, we still are recommending node 6 - at least for this workshop.
To check your version of node, run node -v
. You should see v6.##.#.
To install node@6 using Homebrew,
brew install node@6
brew unlink node
brew link node@6 --force
- Git
While not absolutely necessary, we recommend using Git to clone this repository.
- Clone or Download this repository
git clone https://github.com/sparkbox/br-modern-javascript-exercises.git
-
cd br-modern-javascript-exercises
-
Grab some popcorn and enjoy the show!