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
2
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 i
oryarn install
. - Run
gulp
and open your browser tolocalhost:4000
to start developing.
Deploying to S3 (optional)
- Ensure you have a valid AWS configuration file at
~/.aws/credentials
(More info) - Update the
config.json
file. - Run
npm run deploy
.