Command Line Preview

This command line challenge is designed to make become familiar with the bash/command line. The challenge goes over the most used commands every developer needs to know, in order to succeed in real life.

❗ We strongly recomend the reading The Command Line lesson on the BreatheCode platform.

💻The challenge is built for computers using the linux bash, use Cloud 9 or Gitpod if you need a terminal in the cloud.

👩‍🎓Students and Teachers must follow this step:

$ git clone https://github.com/breatheco-de/excercise-terminal-challenge.git

Note: Your students don't know GIT, and that is ok. Please make them clone there project either way.

🛑Only teachers must follow this step:

1) Install the packages.

$ npm install

2) Run the presentation.

$ npm run start

Start Playing!

Follow the presentation for better experience.