A mobile first generator based on Web Starter Kit.
In addition to what Web Starter Kit already provides, this generator creates a new deploy
task.
Supported hosting and deployment strategy options:
- Google App Engine (GAE)
- GitHub Pages
- Heroku
- Google Cloud Storage (GCS)
- AWS S3
- Apache server
- Nginx server
- NodeJS server
- Deployment via Secure FTP (FTP via SSH)
- Deployment via rsync
You will need NodeJS, npm and yeoman installed.
- Install this generator with
npm install -g yeoman/generator-mobile#wsk
. - Run
yo mobile
. The generator will ask you a few questions about the site you want to build. - The latest release will be fetched from Web Starker Kit repo and adjusted accordingly to your answers.
- Build the site as usual using the instructions on the WSK repo skipping the download and dependencies install steps.
- If you've chosen a deployment option, run
gulp deploy
to publish the site.