1.1.0 • Published 6 years ago

template-starter v1.1.0

Weekly downloads
26
License
SEE LICENSE IN LI...
Repository
github
Last release
6 years ago

Template Starter

Website Project Scaffolding Templating System

This template starter is a website project scaffolding starter. It uses the latest in web technologies to get your project underway and started quickly. This is not a dynamic website creator, it is meant to be used for project scaffolding. This application can be used on any operating system.

** This application uses NodeJS. Click the link to download the latest stable version.

To Get Started

You can install the package via npm with the command:

npm install template-starter

You can download the file directly Download the file on github at https://github.com/garceau/template-stater

While In Terminal NOTE: change your-project-name to the name of your project.

git clone https://github.com/garceau/template-starter.git your-project-name

cd your-project-name

npm install

gulp

Open your web browser to http://localhost:3000/ to see automatic changes made to the documents.

Folder Structure

├── src                 # The files you edit.
│   ├── assets          # Your Assets (scss, css, img, design, js)
│   ├── data            # Place .json, .yaml, or .yml files in this folder.
│   ├── helpers         # Panini Helpers
│   ├── layouts         # Your Layouts - Must have default
│   ├── pages           # Your Pages
│   └── partials        # Reusable code that can be added to your site
└── .gitignore          # This is your github file that tells github which files/folder to ignore.
└── gulpfile.js         # The code behind making this work.
└── LICENSE             # GNU GENERAL PUBLIC LICENSE
└── package.json        # Package info, used for saving and installing dependencies.

//TODO: Add More Info

© 2017 Tommy Garceau.

1.1.0

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago