Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thesurenk/ember-template-phantom

A sample implementation of HTML template in Ember. Built using HTML5Up's Phantom HTML Template
https://github.com/thesurenk/ember-template-phantom

boilerplate ember emberjs html

Last synced: 14 days ago
JSON representation

A sample implementation of HTML template in Ember. Built using HTML5Up's Phantom HTML Template

Awesome Lists containing this project

README

        

# Ember Template - Phantom (from Html5Up)

This is an [Ember](https://emberjs.com) application built using [HTML5 Up's Phantom](https://html5up.net/phantom) template.

Started as a learning project, this application is a demonstrates of how to build websites with ember using minimal effort -> if there is a prebuilt HTML5 based template (yes.. a lot of copy/paste).

![ember-template-phantom-home](https://user-images.githubusercontent.com/902972/150853236-ffbdbb28-e961-450d-bd9b-131adbb1222e.png)

## Installation

* `git clone ` this repository
* `cd ember-template-phantom`
* `npm install`

## Running / Development

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).

## Pages / Routes / URLs

* Home - http://localhost:4200/
* Generic page - http://localhost:4200/generic
* Elements page - http://localhost:4200/elements

# Further Reading / Useful Links

* [ember.js](https://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)

# Credits

* Thank you [AJ](https://twitter.com/ajlkn) and [HTML5 Up](https://html5up.net/) for building awesome HTML5 templates and letting developers [use them](https://html5up.net/license).
* Thank you [Dan](https://discuss.emberjs.com/u/dknutsen) for timely [support](https://discuss.emberjs.com/t/how-to-build-a-website-with-prebuilt-html-templates/19383).