This is the source code supporting our course. It contains the course information as well as its supporting labs
Navigate inside the ./courses
folder to read the raw material and access the labs.
Run the following commands to get the site up and running.
# Clone the repository
git clone https://github.com/adaltas/ece-2020-fall-webtech.git webtech
cd webtech
# Download the dependencies
npm install
# Start the development server
npm run develop
# If you have problem, try
npm run clean && npm run develop