demos
demos copied to clipboard
Cloudscape Design System demos
Cloudscape Design System Demos
This package contains demo pages that follow Cloudscape Design System guidelines and use Cloudscape components.
Cloudscape is an open source design system for building intuitive, engaging, and inclusive user experiences at scale. It consists of an extensive set of guidelines to create web applications, along with the design resources and front-end components to streamline implementation.
Cloudscape was built for and is used by Amazon Web Services (AWS) products and services. We created it in 2016 to improve the user experience across AWS web applications, and also to help teams implement those applications faster. Since then, we have continued enhancing the system based on customer feedback and research.
You can view the demos running live from the the Cloudscape website 'demos' list.
Build the project
To install the project dependencies and build all demos:
npm install
npm run build
The demo artifacts will be output to the /build folder.
Run Dev Server
To start a dev server with live reload:
npm start
The demos will be available at http://localhost:9615.
Run Tests
npm test
This will build the project by running the build script, start a webpack dev server instance and run tests afterwards.
To run only tests without building the full project again:
npm run test-no-build
Security
See CONTRIBUTING for more information.
License
This library is licensed under the MIT-0 License. See the LICENSE file.