Skip to content

DerekLouie/DevScaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevScaffold

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

Usage

This is a skeleton for quickly putting together websites.

To get started...

  1. Run 'npm install'
  2. Run gulp
  3. Open up index.html and enjoy!

To get gulp working:

  1. npm install -g gulp

About

Skeleton for quickly putting together websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published