https://github.com/espy/razor-mock
https://github.com/espy/razor-mock
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/espy/razor-mock
- Owner: espy
- Created: 2016-04-19T15:15:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T11:03:49.000Z (over 8 years ago)
- Last Synced: 2025-05-30T01:32:41.303Z (about 1 year ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Razor-mock
Simple proof-of-concept to see whether we can produce razor templates for Umbraco without actually running umbraco.
It pulls in `model.json` and `template.razor` (probably not the correct suffix) and renders the resulting markup into `index.html`.
## Installation
None, dependencies loaded via CDN, requires no additional package installation.
## Usage
Run `index.html` from localhost, or use [live-server](https://github.com/tapio/live-server) or use `python -m SimpleHTTPServer` if you have Python on your system.