Skip to content

Instantly share code, notes, and snippets.

@Ariflo
Ariflo / how-to-start-a-project
Created November 16, 2015 19:19 — forked from lizTheDeveloper/how-to-start-a-project
Rules of Engagement to start Project 1
## To start a project:
Navigate to a desired directory and make a new directory for your project:
```shell
cd ~/<your-projects-directory>
mkdir <first-project-name>
```
Change into your new directory and create a Git repository with a `.gitignore` file: