@awsw/preview
v0.5.2
Published
Enables awsw projects to be previewed in the browser.
Downloads
25
Readme
@awsw/preview
Enables awsw projects to be previewed in the browser.
How to use
Ensure you have @awsw/core installed.
Add a command "preview": "awsw-preview" to your package.json scripts and
In your aws-website-config.yaml you can specify the following keys:
PreviewPort: number = 8080
ErrorDocument: string = /error.htmlFinally, run npm run preview to start the preview server.
