Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 551 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 551 Bytes

Web Technologies

This is the source code supporting our course. It contains the course information as well as its supporting labs

Usage

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