Ecosyste.ms: Awesome

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

https://github.com/mocolicious/OSCAL-Examples

Examples of OSCAL formats
https://github.com/mocolicious/OSCAL-Examples

Last synced: 24 days ago
JSON representation

Examples of OSCAL formats

Lists

README

        

# OSCAL-Examples
Examples of OSCAL formats

This was created for issue [606](https://github.com/usnistgov/OSCAL/issues/606) on the OSCAL repo to have a multiple sample development environments to demonstrate the usage of the OSCAL formats.

##### Angular project
```
npm install
ng build
ng serve
```

##### React project
```
npm install
npm run build
npm start
```

##### Flutter project
configure flutter sdk according to [Flutter Documentation](https://flutter.dev/docs/get-started/install)

[Launch from debug](https://flutter.dev/docs/get-started/test-drive)

##### MVC Project
Open in [Visual Studio](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=16) or IDE of choice
Start Debug or compile and deploy release