Gxx New Project Template
It is a front-end workbench, it easy start a new project. Initialize with gulp and node server. So you can start to code and debug at once.
- sass support (common.scss is the main style file)
- typescript support
- js uglify
- font auto copy to dist
- img auto copy to dist (compress can be enable)
- run an http server with gulp
- livereload support
- es6 support with babel
$ git clone https://github.com/coolhihi/gnpt.git
$ npm install
$ npm start