0.0.3 • Published 10 years ago
topview-init v0.0.3
topview-init
TopView projects boilerplate generator.
Install
$ npm install topview-init -gSetup
$ mkdir porject-name && cd project-name
$ topview-initIf you notice All set! projects are awesome, have fun! :), that means our project's structure is already generated, cheers!
Usage
We almost there...
$ npm install && npm run devHit localhost:8080 localhost:3000 and create our awesome project right now!
Every time you save the files in the src folder will reload the browser, so you don't need to press F5 repeatedly.
Build
$ npm run buildwith this command, we will
- Bundle all modules into a
bundle.jsand all stylesheets into abundle.cssindistfolder with webpack. - Uglity
.js, minify and.htmlintobuildfolder with gulp.
Attention
This boilerplate is never used in large applications or projects, so it probably has lots of problems. but that's ok, I believe you guys will constantly improve it.
Bugs & Issues
Fix by yourself
License
MIT