This project contains the source code the virtual CoderDojo will use in the workshop on May 15th.
The following software is required to install and use the workshop project.
- a text editor (e.g. Notepad++, Visual Studio Code)
- Node.js
- Git
This section describes how to install the workshop project.
- create a folder on your hard disk and open a command line box
- execute
git clone https://github.com/coderdojo-neusiedl/dynamic-webpage.git
- execute
cd dynamic-webpage
- close the command line box
- start
dynamic-webpage/openCliHere.bat
(info: a command line box will inform you that the home folder of grunt does not exist. That's ok ... just press any key to continue) - execute
git checkout -b workshop-20200515 remotes/origin/workshop-20200515
- execute
npm install
Start dynamic-webpage/startWebserver.bat
. After a few seconds you should see a message like listening at http://:::8080
telling you that the server is ready.
Open a browser (e.g. Firefox) and enter the address http://localhost:8080/
.