wpyoga / demos

Cloudscape Design System demos

Home Page:https://cloudscape.design/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Cloudscape Design System demos

https://cloudscape.design/

License:MIT No Attribution


Languages

Language:JavaScript 79.8%Language:TypeScript 19.5%Language:SCSS 0.7%