Clone this to the folder if your choice: git clone git@github.com:DerekLouie/DevScaffold.git PROJECT_NAME
In the home directory if your cloned project run rm -rf .git
.
Initialize your new project:
git init
git add .
git commit -m 'message'
git remote add origin <url>
git push -u origin master
This is a skeleton for quickly putting together websites.
To get started...
- Run 'npm install'
- Run
gulp
- Open up index.html and enjoy!
npm install -g gulp