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

https://github.com/ashetm/sample-template-green

⚠ [University] Sample UI of a custom template
https://github.com/ashetm/sample-template-green

angular

Last synced: 2 months ago
JSON representation

⚠ [University] Sample UI of a custom template

Awesome Lists containing this project

README

          

# sample-template-green

Sample UI of a custom template.

## Setup

Install dependencies:

```bash
#!/bin/bash
npm install
```

## Start

Launch app:

```bash
#!/bin/bash
npm run start
```