Skip to content

Instantly share code, notes, and snippets.

@tphdev
Last active June 14, 2018 17:57
Show Gist options
  • Save tphdev/94e9f27da46eab8e87eda3b41a1b840a to your computer and use it in GitHub Desktop.
Save tphdev/94e9f27da46eab8e87eda3b41a1b840a to your computer and use it in GitHub Desktop.
Configuration for intro to node demo

Open Terminal

In Terminal

# 1) edit terminal
echo 'PS1="\[\033[40m\]\[\033[36m\]\w\\[\033[00m\] :: "' >> ~/.bashrc && source ~/.bashrc

# 2) create `public` folder
mkdir public

# 3) download static files into new `public folder`
curl https://raw.githubusercontent.com/tphdev/sample-portfolio-gallery/master/portfolio-files.zip > public/portfolio-files.zip 

# 4) unzip files
unzip public/portfolio-files.zip -d public/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment