tommyfriday / printing-code-projects

This is a starter repo for students in my Printing Code class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Printing Code Projects

This is an empty repository that students in my Printing Code class can use as a starter template for their own projects.

Getting started

  • Fork this repo to your own GitHub account
  • Open terminal on your computer
  • cd into the folder where you want the main project folder to exist. For me, this is the Projects folder, so I run cd ~/Projects from my terminal.
  • Clone your new forked repo into this folder by running something like git clone git@github.com:USERNAME/printing-code-projects.git. You need to find the actual Git URL on your forked project page.

Running the projects

You need a web server to see the examples in your browser. Luckily, this repo has a script to do this. Run the following from inside your project folder.

bash server.sh

Now, go to localhost:1234 and navigate to any project folder.

Adding your own projects

Simply make a copy of the empty-project folder and rename it. Now start coding!

About

This is a starter repo for students in my Printing Code class


Languages

Language:JavaScript 98.8%Language:HTML 1.2%Language:Shell 0.0%