JS Dev Environment
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 for
If you don't already have a github account, please set one up.
Install
In order for this environment to work, you need to install a few items.
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.
Onward
Now, let's actually grab and set up the environment.