Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cloudscape-design/demos

Cloudscape Design System demos
https://github.com/cloudscape-design/demos

design-system react

Last synced: about 7 hours ago
JSON representation

Cloudscape Design System demos

Awesome Lists containing this project

README

        

## Cloudscape Design System Demos

This package contains demo pages that follow [Cloudscape Design System](https://cloudscape.design) guidelines and use [Cloudscape components](https://cloudscape.design/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](https://cloudscape.design/demos/).

### 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](CONTRIBUTING.md#security-issue-notifications) for more information.

## License

This library is licensed under the MIT-0 License. See the LICENSE file.