This is the source code and training content for the Web Development course taught by Peter J. Jones.
The official site for this course is https://github.com/devalot/webdev
This collection of exercises and demos needs Node.js >=
8
installed to work correctly.
-
Look in the
start-scripts
folder for a file matching your operating system:-
macOS: Double-click the
macos.command
file -
Windows: Double-click the
windows.cmd
file -
Linux/*BSD: Open a term and use
linux.sh
-
-
Open the following URL in your browser of choice:
-
Install the Nix Package Manager (
>=
2.0 is required) -
Run the following command:
nix build
The generated PDF files will be in the result
directory.