Skip to content

erikthedeveloper/emberjs-bootstrap3-starter-app

Repository files navigation

A Simple Ember.js Example App w/ Twitter Bootstrap

  • Bootstrap via Bower package bootstrap-sass-official
  • Sass via broccoli-sass
  • Some minor configuration and file generation...

Some Notes

  • Possibly useful explanation: Accompanying Blog Post
  • Override Bootstrap variables as needed in app/styles/bootstrap_variables.scss
  • Bootstrap (SCSS) imported via app/styles/bootstrap_imports.scss
  • Take note of the minor modifications to Brocfile.js

Quick Start

git clone git@github.com:erikthedeveloper/emberjs-bootstrap3-starter-app.git MyEmberApp
cd MyEmberApp
git checkout -b feature/my_first_feature
npm install
bower install
ember server

Now you should be able to browse to: http://localhost:4200 and be up and running with Ember.js and Bootstrap 3!

It should look a bit like this:

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

A simple Ember.js with Bootstrap (SASS) Starter/Example App built with ember-cli

Resources

Stars

Watchers

Forks

Packages

No packages published