/JS-blog

JS Week 3 Day 3/4 2 day project: Ember Blog

Primary LanguageJavaScript

Blog-project

Mao Thygesen and Jess Guilford

March 30, 2016

This is a 2 day project for Epicodus written in Ember. It is a template for a blog with functional posts, comments and about/contact pages.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <mthygesen2/JS-blog> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

License

MIT

Copyright (c) 2016 Mao Thygesen and Jess Guilford