This repository contains the materials for the Git workshop. Each folder contains example implementations of concepts.
Recommended software. Major versions are probably sufficient.
Program | Version |
---|---|
Windows | 10 |
NodeJS | 16.15.x |
npm | 8.12.x |
Install NodeJS 16
brew install node@16
- Clone the repository
- Run
npm install
in the root folder - Run
npm start
to start the web server