4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills
Difficulty
beginnerRepository
Click to openVideo
Not available
Live demo
Not available
Average duration
2 hrs
Technologies
This command line challenge is designed to help you 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 recommend reading The Command Line lesson on the BreatheCode platform.
💻The challenge is built for computers using the Linux bash. Use Gitpod if you need a terminal in the cloud.
This project comes with the necessary files to start working, but you have two options to start:
a) Open this link in your browser to clone it with gitpod (recommended): https://gitpod.io#https://github.com/breatheco-de/exercise-terminal-challenge.git
b) You can clone this repository on your local computer:
1$ git https://github.com/breatheco-de/excercise-terminal-challenge.git
💡 Important: Remember to create a new repository, update the remote (git remote set-url origin <your new url>
), and upload the code to your new repository using add
, commit
and push
.
1$ npm install
1$ npm run start
Follow the presentation for better experience.
4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills
Difficulty
beginnerRepository
Click to openVideo
Not available
Live demo
Not available
Average duration
2 hrs
Technologies