Base project template for creating mace.ts web site. Includes all references needed and examples for Api, View, and Script. Used inconjunction with extension "mace Add Web View" and "mace Snippets" to add new items to the project. mace WebProject relies on WebApi, and mace.ts. Web pages are simple HTML5 pages no extra markup language or injection into those pages beyond what the HTML5 capacity already is. There is no server side rendering of pages. Rendering of pages happens on client after the view has been recieved and the data packages from the WebApi has been received. You can find the mace.ts on GitHub at https://github.com/DNCarroll/mace. |