iksose / Ember_Hello

ember-cli simple auth, loading substates, bootstrap + fontawesome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camaro

Bootstrapped example of an express API, protected routes and authentication with ember-cli-simple-auth, and loading substates. Includes Bootstrap CSS and FontAwesome.

Prerequisites

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

Installation

  • git clone <repository-url> 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

About

ember-cli simple auth, loading substates, bootstrap + fontawesome


Languages

Language:JavaScript 76.2%Language:Handlebars 10.1%Language:HTML 8.1%Language:CSS 5.6%