Skip to content

wandizer/ece-2020-fall-webtech

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.4%
  • HTML 47.0%
  • Other 0.6%