generator-prto
v0.0.1-1
Published
Boilerplate with Webpack, Webpack Dev Server, hot reloading, Stylus and optional deploy to S3 static site hosting (requires AWS account and credentials).
Downloads
30
Readme
Static site starter
Boilerplate with Webpack, Webpack Dev Server, hot reloading, Stylus and optional deploy to S3 static site hosting (requires AWS account and credentials).
Developing
- Run
npm ioryarn install. - Run
gulpand open your browser tolocalhost:4000to start developing.
Deploying to S3 (optional)
- Ensure you have a valid AWS configuration file at
~/.aws/credentials(More info) - Update the
config.jsonfile. - Run
npm run deploy.
