This will configure your setup ready for the Next workshop:
- Create a working directory: mkdir next-workshop
- Go into the directory: cd next-workshop
- Save the package.jsonfile (included in this gist) to the working directory and save it as "package.json"
- Assuming you've installed Node and also have npm, run npm install