Skip to content

Simple gulp Starter app with with sass compilation,css minify and js uglify + change watching and build support

Notifications You must be signed in to change notification settings

rameezrami/simple-gulp-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Gulp Starter

Simple gulp Starter app with with sass compilation,css minify and js uglify + change watching and build support

Setup

  • Make sure [Gulp] is installed globally by running npm install --global gulp.
  • Make sure Node.js, NPM is installed
  • Clone this repo git clone https://github.com/rameezrami/simple-gulp-starter.git
  • open a terminal with project root path
  • run below commands in order
    npm install
    
    npm start
    

Now it will start a Frontend development server at http://localhost:4200

Build

fir single time build and to not watch the files all the time run

npm run build

That's it!!! Happy Coding

About

Simple gulp Starter app with with sass compilation,css minify and js uglify + change watching and build support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published