This is Web Starter Kit, which contains all the standard Front-end Developer tasks:
- Build styles and layout;
- Image optimization, support WEBP;
- Favicons generate for all platforms;
- Creating icon-font from SVG;
- JS and CSS minification;
- CSS class obfuscation;
- Layout standardization.
- Works Offline;
- Uses compression algorithms Brotli;
- Supports HTTP/2;
- Ability to Install the Web App;
- Mobile Device Support.
- Install Xcode
- Install Node.js
- Install
npm -g i gulp && npm i -g bower
- Install Node.js
- Install all the required tools and configurations using Microsoft's windows-build-tools using
npm install --global --production windows-build-tools
from an elevated PowerShell or CMD.exe (run as Administrator). - Install
npm install -g gulp && npm install -g bower
- Install
npm install -g node-gyp
$ git clone https://github.com/1000tech/web-starter-kit.git MyApp && cd MyApp
$ npm i
$ gulp
Run gulp dev
if you are working on project. Or gulp
, if you want to compile a template. The project is compiled into the public
folder.
gulp
gulp dev
gulp dev --port 7000
gulp gs
gulp iconfont
gulp favicons
gulp clean
node app
or
npm start
NPM v5.6.0 and NodeJS v9.5.0