The first steps to getting started are the following:
- Download and install NodeJS
- If you are using Windows, restart your computer
- Open a command line and issue the following command:
npm install -g create-react-app(NOTE: if you're using MacOS or *NIX, you may need to prependsudoto this command)