Skip to content

harsimarriar96/frontend-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Starter Kit

Hi! This is a front-end starter kit with organised file structure and gulpfile.js used by @harsimarriar96.

Usage

Step 1: npm install gulp -D (Gulp installation)

Step 2: bower install <package> --save (Install dependencies such as bootstrap)

Step 3: Download any other components to the components/ directory.

Step 4: Start development in src/ directory.

Gulp test

Starts a testing server using BrowserSync.

Gulp deploy

Create a production build in the dist folder.

Features

Feature Summary
Preprocessing Multiple and Simultaenous use of Sass, Less, Stylus.
Template Engine Jade support
Code Linting Code Linting support using ESLint
Compression CSS, Javascript even ES6 compression supported.
LiveReloading LiveReloading with BrowserSync
Cross Device Sync gulp test starts the test server with cross device synchronisation & LiveReloading
Auto-Injecting No need to link any css or js in code, use bower and/or download files to components/ folder.

About

A frontend starter kit for new projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published