Skip to content

Instantly share code, notes, and snippets.

View khm56's full-sized avatar

Khalid Mohamed khm56

  • JoinCODED
  • Kuwait
View GitHub Profile
@khm56
khm56 / terminal-cheat-sheet.txt
Created October 19, 2019 16:47 — forked from cferdinandi/terminal-cheat-sheet.txt
Terminal Cheat Sheet
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help
@khm56
khm56 / Coded React Setup Guide.md
Last active November 8, 2020 14:55
FrontEnd Setup Guide
  • Setup a new React-App

     $ yarn create react-app <AppName>
  • Setup Bootstrap in your project

     $ yarn add bootstrap