Skip to content

vi-cat/ng2-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng2-seed

Project Structure

.
├── gulp/
│   ├── config.js               Contains all project paths to be used in gulp workflows
│   │
│   └── tasks/                  Gulp tasks are modularized and put in here
│
├── src/                        This is where the source code resides
│   │
│   ├── vendor/                 Vendor imports
│   │   ├── vendor-scripts.ts
│   │   └── vendor-styles.sass
│   │
│   ├── public/                 Static assets
│   │   └── favicon.ico
│   │
│   └── app/                    Angular2 app
│       ├── bootstrap.ts        Entry script
│       ├── index.html          Main template
│       │
│       ├── components/
│       ├── services/
│       └── pipes/
│
└── builds/                     Folders in here get cleaned every time their Gulp workflow is executed
    ├── dev/                    The dev 'build' is not as optimized as the prod build
    └── prod/                   Compiled through a different Gulp workflow, is more optimized than dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published