generator-webapp-boilerplate

Scaffold out a front-end web app using Gulp and Browserify

Usage no npm install needed!

<script type="module">
  import generatorWebappBoilerplate from 'https://cdn.skypack.dev/generator-webapp-boilerplate';
</script>

README

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)