Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bryanbill/view-template
View starter template
https://github.com/bryanbill/view-template
Last synced: about 1 month ago
JSON representation
View starter template
- Host: GitHub
- URL: https://github.com/bryanbill/view-template
- Owner: bryanbill
- Created: 2024-06-08T14:48:15.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-07-24T20:07:29.000Z (6 months ago)
- Last Synced: 2024-11-06T19:53:44.599Z (3 months ago)
- Language: Dart
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# View Template
This is a simple starter for creating a new View Library web application.
## Getting Started
Run Development Server
```bash
view run
```Build for Production
```bash
view build -o dist
```## License
Licensed under the MIT License.