Before You Begin
Before you begin check out the sections here.
#
Applications in Use- FileMaker 19.3 or later
- VSCode
- Terminal (macOS) or Command Prompt (Windows)
- These are already installed on your machine.
#
Sign Up forIf you don't already have a github account, please set one up.
#
InstallIn order for this environment to work, you need to install a few items.
#
Some Pre-LearningWe're going to be working with git
, npm
, and the command line quite a bit in this course. The uses will be simple, but you may want some additional information about each of these.
Again, don't worry. We will walk through all you need to know. However, you can do the following:
- Open Terminal (or Command Prompt)
- Check your
npm
andgit
versions.npm --version
git --version
See, it's actually pretty easy to work with the command line.
#
OnwardNow, let's actually grab and set up the environment.