Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosmicjs/ember-real-estate-website
A real estate website built using Ember.js and Cosmic JS
https://github.com/cosmicjs/ember-real-estate-website
cosmicjs emberjs javascript nodejs
Last synced: about 1 month ago
JSON representation
A real estate website built using Ember.js and Cosmic JS
- Host: GitHub
- URL: https://github.com/cosmicjs/ember-real-estate-website
- Owner: cosmicjs
- Created: 2017-06-27T13:56:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T16:20:29.000Z (over 7 years ago)
- Last Synced: 2024-04-11T16:59:53.448Z (9 months ago)
- Topics: cosmicjs, emberjs, javascript, nodejs
- Language: JavaScript
- Homepage: https://cosmicjs.com/apps/real-estate-website
- Size: 29.6 MB
- Stars: 23
- Watchers: 5
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ember Real Estate Website
![Ember Real Estate Website](https://cosmicjs.com/uploads/dac13a90-5b4f-11e7-b717-653f819d86b5-ember-real-estate-website.jpg)
A website built using Ember.js and powered by the Cosmic JS CMS API.
### [View Demo](https://cosmicjs.com/apps/real-estate-website)
### Getting Started
```
git clone https://github.com/cosmicjs/ember-real-estate-website
cd ember-real-estate-website
npm i
```
#### Run locally
```
COSMIC_BUCKET=your-bucket-slug npm start
```
Open [http://localhost:3000](http://localhost:3000).### Deploy to production
You can easily manage the content in your Ember Real Estate website and deploy to production on Cosmic JS. Follow these steps:1. [Log in to Cosmic JS](https://cosmicjs.com).
2. Create a Bucket.
3. Go to Your Bucket > Apps.
4. Install the [Ember Real Estate Website](https://cosmicjs.com/apps/real-estate-website).
5. Deploy your website to the Cosmic App Server located in Your Bucket > Web Hosting.