Simple gulp Starter app with with sass compilation,css minify and js uglify + change watching and build support
- 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
fir single time build and to not watch the files all the time run
npm run build