Skip to content

hstatsep/codespace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

HSTAT SEP Codespace

This repository is a ready-to-use GitHub Codespace setup for HTML, CSS, JavaScript, and Java. Everything you need is pre-installed.


Quick Start

Go to https://github.com/hstatsep/codespace/codespaces

  • Press the green button: Create codespace on Main
  • Wait a few minutes while the container builds.
  • It will install:
    • Node.js & npm
    • Java 17
    • Git
    • http-server
    • VS Code extensions for HTML, CSS, JS, and Java
  1. Open the terminal
    • Check your tools (test commands in bash):
node -v
npm -v
java -version
http-server --version
git --version
  1. Test a simple project
mkdir web-test
echo "<h1>Hello Codespace</h1>" > web-test/index.html
cd web-test
http-server
  • Click the forwarded port link in Codespaces to see your page in the browser.

Tips

git add .
git commit -m "My first changes"
git push
  • If you did the last one, then: Don't be worried about your terminal breaking.

How to do this on your own :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%