Skip to content

Instantly share code, notes, and snippets.

@1Marc
Last active April 11, 2023 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1Marc/3a025119120caf4e1ebc1e4d84671663 to your computer and use it in GitHub Desktop.
Save 1Marc/3a025119120caf4e1ebc1e4d84671663 to your computer and use it in GitHub Desktop.
Setup Repo and Web Server

git clone https://github.com/getify/workshop-periodic-table.git

2. Install http-server

npm install -g http-server

3. Open the command line, and change into the repo root folder

cd workshop-periodic-table

4. Checkout the start-here branch

git checkout start-here

5. Run the http-server from the root of the repo

npx http-server

6. Open http://localhost:8080/ in your browser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment