1.2.6 • Published 7 years ago

generator-webapp-boilerplate v1.2.6

Weekly downloads
3
License
MIT @ Radu Micu
Repository
github
Last release
7 years ago

ES6 Web app boilerplate using Gulp + Browserify Generator

Yeoman generator fpr scaffolding out a front-end web app using gulp for the build process.

Getting Started

Make sure that you have yo and generator-webapp-boilerplate npm packages installed globally. Create a new folder for your project, and run yo webapp-boilerplate:

$ npm install -g yo
$ npm install -g generator-webapp-boilerplate
$ mkdir MyApp
$ cd MyApp
$ yo webapp-boilerplate

To compile and launch your app simply run:

$ npm start                      # Same as `gulp serve`

For more information visit https://github.com/radum/webapp-boilerplate

Development

This generator uses the main master branch as a git submodule. All changes will be automatically applied when it gets installed.

NPM publishing can be handled by np.

np --any-branch

License

Copyright © 2015-present Radu Micu. This source code is licensed under the MIT license © Radu Micu


Made with ♥ by RaduM (@radumicu)

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.0

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago