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
- Host: GitHub
- URL: https://github.com/ashetm/sample-template-green
- Owner: AsheTM
- Created: 2018-12-16T11:33:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T10:59:11.000Z (about 3 years ago)
- Last Synced: 2025-05-13T20:33:08.707Z (about 1 year ago)
- Topics: angular
- Language: C++
- Homepage: https://ashetm-sample-template-green.netlify.app
- Size: 5.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```