Boilerplate with Webpack, Webpack Dev Server, hot reloading, Stylus and optional deploy to S3 static site hosting (requires AWS account and credentials).
- Run
npm i
oryarn install
. - Run
gulp
and open your browser tolocalhost:4000
to start developing.
- Ensure you have a valid AWS configuration file at
~/.aws/credentials
(More info) - Update the
config.json
file. - Run
npm run deploy
.