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: 3 months ago
JSON representation
Examples of OSCAL formats
- Host: GitHub
- URL: https://github.com/mocolicious/OSCAL-Examples
- Owner: mocolicious
- Created: 2020-03-28T16:41:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T21:14:51.000Z (4 months ago)
- Last Synced: 2024-09-15T23:28:35.473Z (4 months ago)
- Language: Dart
- Size: 6.55 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-oscal - mocolicious OSCAL-Examples - end web applications leveraging OSCAL, mainly to show off different development workflows and environments. Current development status or community use is unclear. (Tools)
README
# OSCAL-Examples
Examples of OSCAL formatsThis 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