This video is available to students only
Environment setup
A quick overview of the basic environment setup used throughout this course
This lesson covers some of the tools used throughout the rest of the course. If you're comfortable using replacements (eg: yarn
instead of npm
) feel free to make those adjustments.
node & npm#
This course was created with node v12 and npm v6. However, any recent version should be sufficient. A quick way to check your version is to run node -v
in your terminal.
This page is a preview of Practical Abstract Syntax Trees