Skip to content

chanwookmin/printing-code-projects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • HTML 24.2%
  • CSS 2.5%
  • Shell 0.6%