The code for a URL & Form Parameters hands-on tutorial is available as a Github repo.
Clone the Repo
- Open a shell (Terminal or Gitbash)
- cd to ~/Documents/repos/281/examples
- Run this Git clone command:
git clone https://github.com/UO-CIT/url-params.git
This will create a new directory named url-params in your examples folder.
cd url-params
Atom .
This will start Atom, and open url-params in tree view.
- In Atom, open README.md, and select Packages > Markdown Preview > Toggle Preview.
Follow steps 1-7 to run the tutorial.